mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
radare2: Fix 'extract_dir' (#430)
This commit is contained in:
parent
219940c58b
commit
d3515abacd
@ -7,7 +7,7 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://radare.mikelloc.com/get/3.9.0/radare2-msvc_64-3.9.0.zip",
|
"url": "https://radare.mikelloc.com/get/3.9.0/radare2-msvc_64-3.9.0.zip",
|
||||||
"hash": "sha1:59f74e633e51393238281fa8f5d6e60c4ee50e33",
|
"hash": "sha1:59f74e633e51393238281fa8f5d6e60c4ee50e33",
|
||||||
"extract_dir": "radare2-vs2017_64_dyn-3.9.0"
|
"extract_dir": "radare2-vs2017_64-3.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -34,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_dyn-$version"
|
"extract_dir": "radare2-vs2017_64-$version"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user