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.3.2-2150",
|
|
"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.3.2/yara-4.3.2-2150-win64.zip",
|
|
"hash": "d878593371a0cdc0946a26e460c3bf0a0964018647a0e2239b1dc25ddc0d2365",
|
|
"bin": [
|
|
[
|
|
"yara64.exe",
|
|
"yara"
|
|
],
|
|
[
|
|
"yarac64.exe",
|
|
"yarac"
|
|
]
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/VirusTotal/yara/releases/download/v4.3.2/yara-4.3.2-2150-win32.zip",
|
|
"hash": "96cb75b77b0448af7f04689f9cddc90b349adfdace0beebd3639c22cec86a12b",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|