Added installer version of radare2 v2.3.0! (#2130)

This commit is contained in:
yigitemres 2018-03-15 23:41:54 +03:00 committed by Richard Kuhnt
parent e131091bbb
commit e7e214ec9d

View File

@ -1,19 +1,32 @@
{ {
"version": "2.0.1", "version": "2.3.0",
"license": "GPL2", "license": "GPL2",
"homepage": "https://www.radare.org/r/", "homepage": "https://www.radare.org/r/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://radare.mikelloc.com/get/2.0.1/radare2-w64-2.0.1.zip", "url": "https://radare.mikelloc.com/get/2.3.0/radare2_installer-msvc_64-2.3.0.exe",
"hash": "sha1:0d10db6a27c7bb4ef329f25ffde395b94d77f94e", "hash": "sha1:14b788ea01c778666a2d8ab7f5e68496f330cafc"
"extract_dir": "radare2-w64-2.0.1"
}, },
"32bit": { "32bit": {
"url": "https://radare.mikelloc.com/get/2.0.1/radare2-w32-2.0.1.zip", "url": "https://radare.mikelloc.com/get/2.3.0/radare2_installer-msvc_32-2.3.0.exe",
"hash": "sha1:c8a25f003ec82e84394c1e646553065055cf0cec", "hash": "sha1:057906cc3c88673ce161986bb19508d60d65746f"
"extract_dir": "radare2-w32-2.0.1"
} }
}, },
"installer":{
"args":[
"/SILENT",
"/SUPPRESSMSGBOXES",
"/DIR=$dir"
]
},
"uninstaller":{
"file":"unins000.exe",
"args": [
"/SILENT",
"/SUPPRESSMSGBOXES",
"/NOCANCEL"
]
},
"bin": [ "bin": [
"r2agent.exe", "r2agent.exe",
"rabin2.exe", "rabin2.exe",
@ -33,12 +46,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2-w64-$version.zip", "url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_64-$version.exe"
"extract_dir": "radare2-w64-$version"
}, },
"32bit": { "32bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2-w32-$version.zip", "url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_32-$version.exe"
"extract_dir": "radare2-w32-$version"
} }
}, },
"hash": { "hash": {