mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"version": "4.1.0-1612",
|
|
"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.1.0/yara-v4.1.0-1612-win64.zip",
|
|
"hash": "e7089d483186832bd90269a81b70b188ac1cf30758f7dbcfd5cc0a4a895fe272",
|
|
"bin": [
|
|
[
|
|
"yara64.exe",
|
|
"yara"
|
|
],
|
|
[
|
|
"yarac64.exe",
|
|
"yarac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/yara/releases/download/v4.1.0/yara-v4.1.0-1612-win32.zip",
|
|
"hash": "3d4f2a1c5338b63a8866e831d1b1191d3400b413a96dbf24196b5c4138ee00d4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|