mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.8.8",
 | 
						|
    "description": "UNIX-like reverse engineering framework and command-line toolset",
 | 
						|
    "homepage": "https://www.radare.org/n/radare2.html",
 | 
						|
    "license": "LGPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/radareorg/radare2/releases/download/5.8.8/radare2-5.8.8-w64.zip",
 | 
						|
            "hash": "aa94bde159d57b11b461a1f3e0b8133c0e3a3b9776ddd1d682ea0007196e28d4",
 | 
						|
            "extract_dir": "radare2-5.8.8-w64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/radareorg/radare2/releases/download/5.8.8/radare2-5.8.8-w32.zip",
 | 
						|
            "hash": "34b0377dc76040abf421a687f29d10195739f27ec3df7976946238cc43d4af5f",
 | 
						|
            "extract_dir": "radare2-5.8.8-w32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        [
 | 
						|
            "bin\\radare2.exe",
 | 
						|
            "r2"
 | 
						|
        ],
 | 
						|
        "bin\\r2agent.exe",
 | 
						|
        "bin\\rabin2.exe",
 | 
						|
        "bin\\radare2.exe",
 | 
						|
        "bin\\radiff2.exe",
 | 
						|
        "bin\\rafind2.exe",
 | 
						|
        "bin\\ragg2.exe",
 | 
						|
        "bin\\rahash2.exe",
 | 
						|
        "bin\\rarun2.exe",
 | 
						|
        "bin\\rasign2.exe",
 | 
						|
        "bin\\rasm2.exe",
 | 
						|
        "bin\\ravc2.exe",
 | 
						|
        "bin\\rax2.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/radareorg/radare2"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/radareorg/radare2/releases/download/$version/radare2-$version-w64.zip",
 | 
						|
                "extract_dir": "radare2-$version-w64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/radareorg/radare2/releases/download/$version/radare2-$version-w32.zip",
 | 
						|
                "extract_dir": "radare2-$version-w32"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |