mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"version": "4.2.1-1934",
|
|
"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.1/yara-v4.2.1-1934-win64.zip",
|
|
"hash": "757f553182450a1be4ac9f1122eef171ea6e1f0346c2bb26faa4e5c3603860e3",
|
|
"bin": [
|
|
[
|
|
"yara64.exe",
|
|
"yara"
|
|
],
|
|
[
|
|
"yarac64.exe",
|
|
"yarac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/yara/releases/download/v4.2.1/yara-v4.2.1-1934-win32.zip",
|
|
"hash": "262ef6af8d4602fb124019b3baa8d78d9af1b78fe14468deafdd8e99fd2f8a0c",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|