radare2: Fix 'extract_dir' (#430)

This commit is contained in:
José Rada 2019-09-18 22:22:33 -05:00 committed by Hsiao-nan Cheung
parent 219940c58b
commit d3515abacd

View File

@ -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": {