yara: Update to version 4.5.4 (#6983)

* yara: Fix and Update to version 4.5.4

* fix(yara): correct autoupdate URL format to include 'v' prefix

* fix(yara): update autoupdate URLs to remove redundant matchHead
This commit is contained in:
3xp0rt 2025-07-22 02:54:31 +03:00 committed by GitHub
parent c4534db7c0
commit 22e8e6b9fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,15 @@
{
"version": "4.3.2-2150",
"version": "4.5.4",
"description": "A malware samples pattern matching tool.",
"homepage": "https://virustotal.github.io/yara/",
"license": "BSD-3-Clause",
"suggest": {
"vcredist": "extras/vcredist"
},
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.3.2/yara-4.3.2-2150-win64.zip",
"hash": "d878593371a0cdc0946a26e460c3bf0a0964018647a0e2239b1dc25ddc0d2365",
"url": "https://github.com/VirusTotal/yara/releases/download/v4.5.4/yara-master-v4.5.4-win64.zip",
"hash": "1981616eddb144d37a5e2b1f27ad80ca436af4bb0c04ed58e959f5fcd045cc00",
"bin": [
[
"yara64.exe",
@ -19,8 +22,8 @@
]
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v4.3.2/yara-4.3.2-2150-win32.zip",
"hash": "96cb75b77b0448af7f04689f9cddc90b349adfdace0beebd3639c22cec86a12b",
"url": "https://github.com/VirusTotal/yara/releases/download/v4.5.4/yara-master-v4.5.4-win32.zip",
"hash": "abfdf18969a0d51a8fc48767c46d605f5784a53faa912d80ddacc3184fd3a3b8",
"bin": [
[
"yara32.exe",
@ -34,16 +37,15 @@
}
},
"checkver": {
"github": "https://github.com/VirusTotal/yara",
"regex": "yara-([\\d.-]+)-win64"
"github": "https://github.com/VirusTotal/yara"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-$version-win64.zip"
"url": "https://github.com/VirusTotal/yara/releases/download/v$version/yara-master-v$version-win64.zip"
},
"32bit": {
"url": "https://github.com/VirusTotal/yara/releases/download/v$matchHead/yara-$version-win32.zip"
"url": "https://github.com/VirusTotal/yara/releases/download/v$version/yara-master-v$version-win32.zip"
}
}
}