mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"version": "3.2.1",
|
|
"license": "GPL-2.0",
|
|
"homepage": "https://www.radare.org/r/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_64-3.2.1.exe",
|
|
"hash": "sha1:8a0ebab9b4ae5bdb10653a065bc01769747662c7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_32-3.2.1.exe",
|
|
"hash": "sha1:61f9a14254ad09986724ce82f81cb12250a7e589"
|
|
}
|
|
},
|
|
"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://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_64-$version.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_32-$version.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.sha1sum"
|
|
}
|
|
}
|
|
}
|