mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.7.0",
 | 
						|
    "license": "GPL-2.0",
 | 
						|
    "homepage": "https://www.radare.org/r/",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://radare.mikelloc.com/get/2.7.0/radare2_installer-msvc_64-2.7.0.exe",
 | 
						|
            "hash": "sha1:b1163dd834fe3b60fa86ba51442f8473a0cb6d28"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://radare.mikelloc.com/get/2.7.0/radare2_installer-msvc_32-2.7.0.exe",
 | 
						|
            "hash": "sha1:d9b576cb30709f3ea619382140b3430a0eca6501"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "installer": {
 | 
						|
        "args": [
 | 
						|
            "/SILENT",
 | 
						|
            "/SUPPRESSMSGBOXES",
 | 
						|
            "/DIR=$dir"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "uninstaller": {
 | 
						|
        "file": "unins000.exe",
 | 
						|
        "args": [
 | 
						|
            "/SILENT",
 | 
						|
            "/SUPPRESSMSGBOXES",
 | 
						|
            "/NOCANCEL"
 | 
						|
        ]
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "r2agent.exe",
 | 
						|
        "rabin2.exe",
 | 
						|
        "radare2.exe",
 | 
						|
        "radiff2.exe",
 | 
						|
        "rafind2.exe",
 | 
						|
        "ragg2.exe",
 | 
						|
        "rahash2.exe",
 | 
						|
        "rarun2.exe",
 | 
						|
        "rasm2.exe",
 | 
						|
        "rax2.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.radare.org/r/down.html",
 | 
						|
        "re": "last release is ([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_64-$version.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_32-$version.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://radare.mikelloc.com/get/$version/checksums.sha1sum"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |