ScoopInstaller_Main/radare2.json
2017-05-31 13:14:29 +02:00

35 lines
904 B
JSON

{
"version": "1.5.0",
"license": "GPL2",
"homepage": "https://www.radare.org/r/",
"architecture": {
"64bit": {
"url": "http://cloud.radare.org/get/1.5.0/radare2-w64-1.5.0.zip",
"hash": "5f2baec31d94ae216730c2dd6269607caad08ccb5812cafd5ee346cd6439e492",
"extract_dir": "radare2-w64-1.5.0"
}
},
"bin": [
"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": "http://cloud.radare.org/get/$version/radare2-w64-$version.zip",
"extract_dir": "radare2-w64-$version"
}
}
}
}