mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
27 lines
914 B
JSON
27 lines
914 B
JSON
{
|
|
"version": "1.10.0",
|
|
"description": "A malware samples pattern matching tool, re-incarnation of YARA.",
|
|
"homepage": "https://virustotal.github.io/yara-x/",
|
|
"license": {
|
|
"identifier": "BSD-3-Clause",
|
|
"url": "https://github.com/VirusTotal/yara-x/blob/main/LICENSE"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/VirusTotal/yara-x/releases/download/v1.10.0/yara-x-v1.10.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3b564326e778ee6ca068ea1721beec80db48c6c554cf76ee6f6b3943646a15c7"
|
|
}
|
|
},
|
|
"bin": "yr.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/VirusTotal/yara-x"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/VirusTotal/yara-x/releases/download/v$version/yara-x-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|