mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
radare2: Fix 'extract_dir' (#195)
* Fixed radare2 (directory struct changed) * alias r2 -> radare2.exe Co-Authored-By: Hsiao-nan Cheung <niheaven@gmail.com> * Using backslashes for paths
This commit is contained in:
parent
a9e8226a69
commit
bf52660efd
@ -7,20 +7,24 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/3.6.0/radare2-msvc_64-3.6.0.zip",
|
"url": "https://radare.mikelloc.com/get/3.6.0/radare2-msvc_64-3.6.0.zip",
|
||||||
"hash": "sha1:fe34f0b58a81ebffc54e60e54e7dc8250df102f6",
|
"hash": "sha1:fe34f0b58a81ebffc54e60e54e7dc8250df102f6",
|
||||||
"extract_dir": "radare2-vs2017_64-3.6.0"
|
"extract_dir": "radare2-vs2017_64_dyn-3.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
"r2agent.exe",
|
[
|
||||||
"rabin2.exe",
|
"bin\\radare2.exe",
|
||||||
"radare2.exe",
|
"r2"
|
||||||
"radiff2.exe",
|
],
|
||||||
"rafind2.exe",
|
"bin\\r2agent.exe",
|
||||||
"ragg2.exe",
|
"bin\\rabin2.exe",
|
||||||
"rahash2.exe",
|
"bin\\radare2.exe",
|
||||||
"rarun2.exe",
|
"bin\\radiff2.exe",
|
||||||
"rasm2.exe",
|
"bin\\rafind2.exe",
|
||||||
"rax2.exe"
|
"bin\\ragg2.exe",
|
||||||
|
"bin\\rahash2.exe",
|
||||||
|
"bin\\rarun2.exe",
|
||||||
|
"bin\\rasm2.exe",
|
||||||
|
"bin\\rax2.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.radare.org/r/down.html",
|
"url": "https://www.radare.org/r/down.html",
|
||||||
@ -30,7 +34,7 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
|
"url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
|
||||||
"extract_dir": "radare2-vs2017_64-$version"
|
"extract_dir": "radare2-vs2017_64_dyn-$version"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user