tech189 6b735d2940 yara: Update to version 4.2.3-2029
Fix checkver: v$version --> $version
2022-08-30 23:11:40 +01:00

51 lines
1.6 KiB
JSON

{
"version": "4.2.3-2029",
"description": "A malware samples pattern matching tool.",
"homepage": "https://virustotal.github.io/yara/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.2.3/yara-4.2.3-2029-win64.zip",
"hash": "a71a7070bc6dd392e0c066a590d2262382b0c3d73e76cc0851dc33ab5d51d381",
"bin": [
[
"yara64.exe",
"yara"
],
[
"yarac64.exe",
"yarac"
]
]
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.2.3/yara-4.2.3-2029-win32.zip",
"hash": "93c2b2b9b180cb351ae16dd34c67c128dc8db73df5e541dbcd8da9267a8dde3f",
"bin": [
[
"yara32.exe",
"yara"
],
[
"yarac32.exe",
"yarac"
]
]
}
},
"checkver": {
"github": "https://github.com/VirusTotal/yara",
"regex": "yara-([\\d.-]+)-win64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-$version-win32.zip"
}
}
}
}