mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.radare.org/r/",
|
|
"version": "4.0.0",
|
|
"license": "LGPL-3.0-only",
|
|
"description": "Portable reversing framework.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"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"
|
|
}
|
|
},
|
|
"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\\rasm2.exe",
|
|
"bin\\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-vs2017_64-$version.zip",
|
|
"extract_dir": "radare2-vs2017_64-$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://radare.mikelloc.com/release/$version",
|
|
"regex": "$basename.*?$sha1"
|
|
}
|
|
}
|
|
}
|