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:
3xp0rt 2025-07-23 03:10:09 +03:00 committed by GitHub
parent 435b7f4caa
commit fb63cece5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

26
bucket/yara-x.json Normal file
View 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"
}
}
}
}