mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
51 lines
1.6 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|