diff --git a/bucket/yara.json b/bucket/yara.json index bbec2d2dee..9eb54dc7f0 100644 --- a/bucket/yara.json +++ b/bucket/yara.json @@ -2,11 +2,11 @@ "homepage": "https://virustotal.github.io/yara/", "description": "The pattern matching swiss knife for malware researchers (and everyone else)", "license": "BSD-3-Clause", - "version": "3.9.0", + "version": "3.10.0", "architecture": { "64bit": { - "url": "https://www.dropbox.com/sh/umip8ndplytwzj1/AAAk2e9BYo-JudtgMXZZOL0Ka/yara-3.9.0-win64.zip?dl=1", - "hash": "30D79573CEEE4D253CD9CF87229205B5561357A047EAB33FDB9F72F37A091BAC", + "url": "https://github.com/VirusTotal/yara/releases/download/v3.10.0/yara-v3.10.0-904-win64.zip", + "hash": "F26F58A0F6BFA31B2D715DC2956B2E72E9C5413AE93F03151B33E189E57CE07A", "bin": [ [ "yara64.exe", @@ -19,8 +19,8 @@ ] }, "32bit": { - "url": "https://www.dropbox.com/sh/umip8ndplytwzj1/AAATdLgeg_-_d4QfTdkkowaIa/yara-3.9.0-win32.zip?dl=1", - "hash": "851B62F185CDEDD3972134535EE6C3F64DED5535B7E417DE8AF2910241690128", + "url": "https://github.com/VirusTotal/yara/releases/download/v3.10.0/yara-v3.10.0-904-win32.zip", + "hash": "56F3A5C124A72234B4500E20BBDB89DB0E434AA5D131BA02AFECEB13726218B8", "bin": [ [ "yara32.exe", @@ -35,5 +35,15 @@ }, "checkver": { "github": "https://github.com/VirusTotal/yara" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/VirusTotal/yara/releases/download/v$version/yara-v$version-win64.zip" + }, + "32bit": { + "url": "https://github.com/VirusTotal/yara/releases/download/v$version/yara-v$version-win32.zip" + } + } } }