mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	radare2: Fix download url and hash (#565)
This commit is contained in:
		
							parent
							
								
									225498b5ab
								
							
						
					
					
						commit
						b38ac0e987
					
				@ -5,8 +5,8 @@
 | 
			
		||||
    "description": "Portable reversing framework.",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://radare.mikelloc.com/get/4.0.0/radare2-msvc_64-4.0.0.zip",
 | 
			
		||||
            "hash": "sha1:682995baca59cc7500c4c1f5a3574061cc5a2809",
 | 
			
		||||
            "url": "https://radare.mikelloc.com/get/4.0.0/radare2-vs2017_64-4.0.0.zip",
 | 
			
		||||
            "hash": "1def3cb10ad79a1704465355ac8fed677ca78779e8666a12c24f39282ee7aa5a",
 | 
			
		||||
            "extract_dir": "radare2-vs2017_64-4.0.0"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
@ -33,7 +33,7 @@
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
 | 
			
		||||
                "url": "https://radare.mikelloc.com/get/$version/radare2-vs2017_64-$version.zip",
 | 
			
		||||
                "extract_dir": "radare2-vs2017_64-$version"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user