Update radare2 to version 1.4.0 (32bit not available)

This commit is contained in:
Richard Kuhnt 2017-04-19 19:26:16 +02:00
parent 294ab48fff
commit fe3447246b

View File

@ -1,17 +1,12 @@
{
"version": "1.3.0",
"version": "1.4.0",
"license": "GPL2",
"homepage": "https://www.radare.org/r/",
"architecture": {
"64bit": {
"url": "http://cloud.radare.org/get/1.3.0/radare2-w64-1.3.0.zip",
"hash": "11ccc1ad7b4953328d2777ad49550f3ddbdf3cf51084d206dbbe7b782b75cfc6",
"extract_dir": "radare2-w64-1.3.0"
},
"32bit": {
"url": "http://cloud.radare.org/get/1.3.0/radare2-w32-1.3.0.zip",
"hash": "c9f28aba175174a5168bdb1684c9640ff8349090dc5485a999abd7980d002916",
"extract_dir": "radare2-w32-1.3.0"
"url": "http://cloud.radare.org/get/1.4.0/radare2-w64-1.4.0.zip",
"hash": "a84d1bfe883f332dfe3b32f9893a20586162a5809d471502719b0be8dce04151",
"extract_dir": "radare2-w64-1.4.0"
}
},
"bin": [
@ -33,10 +28,6 @@
"64bit": {
"url": "http://cloud.radare.org/get/$version/radare2-w64-$version.zip",
"extract_dir": "radare2-w64-$version"
},
"32bit": {
"url": "http://cloud.radare.org/get/$version/radare2-w32-$version.zip",
"extract_dir": "radare2-w32-$version"
}
}
}