3xp0rt fb63cece5d
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>
2025-07-23 00:10:09 +00:00

27 lines
911 B
JSON

{
"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"
}
}
}
}