mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 22:01:22 +00:00
yara-x: Add version 1.4.0 (#6984)
* yara-x: Add version 1.4.0 * Update yara-x.json * chore(yara-x): switch license field to object with identifier and URL --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
435b7f4caa
commit
fb63cece5d
26
bucket/yara-x.json
Normal file
26
bucket/yara-x.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": "1.4.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.4.0/yara-x-v1.4.0-x86_64-pc-windows-msvc.zip",
|
||||||
|
"hash": "3e219fb3cdb9eb1c5f6ce4dd18460dc590a1e8fd07674aed4e0887bdf7bf11cf"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user