{
    "version": "1.16.0",
    "description": "A malware samples pattern matching tool, re-incarnation of YARA.",
    "homepage": "https://virustotal.github.io/yara-x/",
    "license": {
        "identifier": "BSD-3-Clause",
        "url": "https://github.com/VirusTotal/yara-x/blob/main/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/VirusTotal/yara-x/releases/download/v1.16.0/yara-x-v1.16.0-x86_64-pc-windows-msvc.zip",
            "hash": "3e688c655335211f76e3d83e60e37dd871ec3feba9e6ba1bbce29efce0b372b5"
        }
    },
    "bin": "yr.exe",
    "checkver": {
        "github": "https://github.com/VirusTotal/yara-x"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/VirusTotal/yara-x/releases/download/v$version/yara-x-v$version-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
