ScoopInstaller_Main/radare2.json
Richard Kuhnt d251c67b84 Update radare2 to version 1.6.0
* Add 32bit version
* Add hash extraction
* Add r2agent.exe
2017-07-19 22:53:47 +02:00

48 lines
1.4 KiB
JSON

{
"version": "1.6.0",
"license": "GPL2",
"homepage": "https://www.radare.org/r/",
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/1.6.0/radare2-w64-1.6.0.zip",
"hash": "sha1:d5bf5f841ba62a7aacc095bd92cf7e9adb705a3e",
"extract_dir": "radare2-w64-1.6.0"
},
"32bit": {
"url": "https://radare.mikelloc.com/get/1.6.0/radare2-w32-1.6.0.zip",
"hash": "012e117023bea3cfbbf448da8da0261996e59fcc08b3401077920c31216bc965",
"extract_dir": "radare2-w32-1.6.0"
}
},
"bin": [
"r2agent.exe",
"rabin2.exe",
"radare2.exe",
"radiff2.exe",
"rafind2.exe",
"ragg2.exe",
"rahash2.exe",
"rarun2.exe",
"rasm2.exe",
"rax2.exe"
],
"checkver": {
"github": "https://github.com/radare/radare2"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2-w64-$version.zip",
"extract_dir": "radare2-w64-$version"
},
"32bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2-w32-$version.zip",
"extract_dir": "radare2-w32-$version"
}
},
"hash": {
"url": "https://radare.mikelloc.com/get/$version/checksums.sha1sum"
}
}
}