radare2: Update to version 3.5.1 (drop 32bit support)

close https://github.com/lukesampson/scoop/issues/3467
This commit is contained in:
Richard Kuhnt 2019-05-16 16:04:42 +02:00
parent b2b7370cb0
commit ca08f50b58

View File

@ -1,32 +1,14 @@
{
"version": "3.2.1",
"version": "3.5.1",
"license": "GPL-2.0",
"homepage": "https://www.radare.org/r/",
"architecture": {
"64bit": {
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_64-3.2.1.exe",
"hash": "sha1:8a0ebab9b4ae5bdb10653a065bc01769747662c7"
},
"32bit": {
"url": "https://github.com/radare/radare2/releases/download/3.2.1/radare2_installer-msvc_32-3.2.1.exe",
"hash": "sha1:61f9a14254ad09986724ce82f81cb12250a7e589"
"url": "https://radare.mikelloc.com/get/3.5.1/radare2-msvc_64-3.5.1.zip",
"hash": "sha1:95ab04202a57ed6424a7fe471d2868fbe1e0208b",
"extract_dir": "radare2-vs2017_64-3.5.1"
}
},
"installer": {
"args": [
"/SILENT",
"/SUPPRESSMSGBOXES",
"/DIR=$dir"
]
},
"uninstaller": {
"file": "unins000.exe",
"args": [
"/SILENT",
"/SUPPRESSMSGBOXES",
"/NOCANCEL"
]
},
"bin": [
"r2agent.exe",
"rabin2.exe",
@ -46,10 +28,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_64-$version.exe"
},
"32bit": {
"url": "https://github.com/radare/radare2/releases/download/$version/radare2_installer-msvc_32-$version.exe"
"url": "https://radare.mikelloc.com/get/$version/radare2-msvc_64-$version.zip",
"extract_dir": "radare2-vs2017_64-$version"
}
},
"hash": {