mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"homepage": "https://virustotal.github.io/yara/",
|
|
"description": "A malware samples pattern matching tool.",
|
|
"license": "BSD-3-Clause",
|
|
"version": "4.0.0-1305",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/VirusTotal/yara/releases/download/v4.0.0/yara-v4.0.0-1305-win64.zip",
|
|
"hash": "c7308e0d58f0dc32a672060505ee68ff8441235555b1f0dfc18ebf0bced84747",
|
|
"bin": [
|
|
[
|
|
"yara64.exe",
|
|
"yara"
|
|
],
|
|
[
|
|
"yarac64.exe",
|
|
"yarac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/yara/releases/download/v4.0.0/yara-v4.0.0-1305-win32.zip",
|
|
"hash": "84d237aed1461950ef76bbcbfc589aa9a3835aa3ef2a7bc38ddc243951aacc92",
|
|
"bin": [
|
|
[
|
|
"yara32.exe",
|
|
"yara"
|
|
],
|
|
[
|
|
"yarac32.exe",
|
|
"yarac"
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/VirusTotal/yara",
|
|
"regex": "yara-v([\\d.-]+)-win64"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-v$version-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-v$version-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|