mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
* Fixed radare2 (directory struct changed) * alias r2 -> radare2.exe Co-Authored-By: Hsiao-nan Cheung <niheaven@gmail.com> * Using backslashes for paths
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.radare.org/r/",
|
|
"version": "3.6.0",
|
|
"license": "GPL-2.0",
|
|
"description": "Portable reversing framework.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://radare.mikelloc.com/get/3.6.0/radare2-msvc_64-3.6.0.zip",
|
|
"hash": "sha1:fe34f0b58a81ebffc54e60e54e7dc8250df102f6",
|
|
"extract_dir": "radare2-vs2017_64_dyn-3.6.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-msvc_64-$version.zip",
|
|
"extract_dir": "radare2-vs2017_64_dyn-$version"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://radare.mikelloc.com/release/$version",
|
|
"regex": "$basename.*?$sha1"
|
|
}
|
|
}
|
|
}
|