ScoopInstaller_Main/radare2.json
2017-08-06 07:37:55 -07: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": "d056007fdf1f04def12e9e5f5747d2cd12f23ef3a15aff7a889e3e0f1ed91038",
"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"
}
}
}