mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									c4534db7c0
								
							
						
					
					
						commit
						22e8e6b9fe
					
				@ -1,12 +1,15 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "4.3.2-2150",
 | 
					    "version": "4.5.4",
 | 
				
			||||||
    "description": "A malware samples pattern matching tool.",
 | 
					    "description": "A malware samples pattern matching tool.",
 | 
				
			||||||
    "homepage": "https://virustotal.github.io/yara/",
 | 
					    "homepage": "https://virustotal.github.io/yara/",
 | 
				
			||||||
    "license": "BSD-3-Clause",
 | 
					    "license": "BSD-3-Clause",
 | 
				
			||||||
 | 
					    "suggest": {
 | 
				
			||||||
 | 
					        "vcredist": "extras/vcredist"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/VirusTotal/yara/releases/download/v4.3.2/yara-4.3.2-2150-win64.zip",
 | 
					            "url": "https://github.com/VirusTotal/yara/releases/download/v4.5.4/yara-master-v4.5.4-win64.zip",
 | 
				
			||||||
            "hash": "d878593371a0cdc0946a26e460c3bf0a0964018647a0e2239b1dc25ddc0d2365",
 | 
					            "hash": "1981616eddb144d37a5e2b1f27ad80ca436af4bb0c04ed58e959f5fcd045cc00",
 | 
				
			||||||
            "bin": [
 | 
					            "bin": [
 | 
				
			||||||
                [
 | 
					                [
 | 
				
			||||||
                    "yara64.exe",
 | 
					                    "yara64.exe",
 | 
				
			||||||
@ -19,8 +22,8 @@
 | 
				
			|||||||
            ]
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "32bit": {
 | 
					        "32bit": {
 | 
				
			||||||
            "url": "https://github.com/VirusTotal/yara/releases/download/v4.3.2/yara-4.3.2-2150-win32.zip",
 | 
					            "url": "https://github.com/VirusTotal/yara/releases/download/v4.5.4/yara-master-v4.5.4-win32.zip",
 | 
				
			||||||
            "hash": "96cb75b77b0448af7f04689f9cddc90b349adfdace0beebd3639c22cec86a12b",
 | 
					            "hash": "abfdf18969a0d51a8fc48767c46d605f5784a53faa912d80ddacc3184fd3a3b8",
 | 
				
			||||||
            "bin": [
 | 
					            "bin": [
 | 
				
			||||||
                [
 | 
					                [
 | 
				
			||||||
                    "yara32.exe",
 | 
					                    "yara32.exe",
 | 
				
			||||||
@ -34,16 +37,15 @@
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "checkver": {
 | 
					    "checkver": {
 | 
				
			||||||
        "github": "https://github.com/VirusTotal/yara",
 | 
					        "github": "https://github.com/VirusTotal/yara"
 | 
				
			||||||
        "regex": "yara-([\\d.-]+)-win64"
 | 
					 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "autoupdate": {
 | 
					    "autoupdate": {
 | 
				
			||||||
        "architecture": {
 | 
					        "architecture": {
 | 
				
			||||||
            "64bit": {
 | 
					            "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": {
 | 
					            "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"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user