{
    "version": "4.5.5",
    "description": "A malware samples pattern matching tool.",
    "homepage": "https://virustotal.github.io/yara/",
    "license": "BSD-3-Clause",
    "suggest": {
        "vcredist": "extras/vcredist"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/VirusTotal/yara/releases/download/v4.5.5/yara-4.5.5-2368-win64.zip",
            "hash": "352396c8a3d9b31b157a4820abd3b9347fc934a2314cdda8a4f566a5570163e4",
            "bin": [
                [
                    "yara64.exe",
                    "yara"
                ],
                [
                    "yarac64.exe",
                    "yarac"
                ]
            ]
        },
        "32bit": {
            "url": "https://github.com/VirusTotal/yara/releases/download/v4.5.5/yara-4.5.5-2368-win32.zip",
            "hash": "2cc0b3388039629653b2ef581ab2553670f021a88c9b0fe1d0e35151317399f3",
            "bin": [
                [
                    "yara32.exe",
                    "yara"
                ],
                [
                    "yarac32.exe",
                    "yarac"
                ]
            ]
        }
    },
    "checkver": {
        "github": "https://github.com/VirusTotal/yara",
        "regex": "yara-(?<version>\\d+(?:\\.\\d+)+)-(?<build>\\d+)-win(?:32|64)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/VirusTotal/yara/releases/download/v$version/yara-$version-$matchBuild-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/VirusTotal/yara/releases/download/v$version/yara-$version-$matchBuild-win32.zip"
            }
        }
    }
}
