ScoopInstaller_Main/radare2.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

60 lines
1.6 KiB
JSON

{
"version": "2.5.0",
"license": "GPL-2.0",
"homepage": "https://www.radare.org/r/",
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/2.5.0/radare2_installer-msvc_64-2.5.0.exe",
"hash": "sha1:17da9a0af6c13617e67ab3fffab8be2678ad6b1c"
},
"32bit": {
"url": "https://radare.mikelloc.com/get/2.5.0/radare2_installer-msvc_32-2.5.0.exe",
"hash": "sha1:08bd9ab9fde634bb5f1896fce7b79428f44daafb"
}
},
"installer": {
"args": [
"/SILENT",
"/SUPPRESSMSGBOXES",
"/DIR=$dir"
]
},
"uninstaller": {
"file": "unins000.exe",
"args": [
"/SILENT",
"/SUPPRESSMSGBOXES",
"/NOCANCEL"
]
},
"bin": [
"r2agent.exe",
"rabin2.exe",
"radare2.exe",
"radiff2.exe",
"rafind2.exe",
"ragg2.exe",
"rahash2.exe",
"rarun2.exe",
"rasm2.exe",
"rax2.exe"
],
"checkver": {
"url": "https://www.radare.org/r/down.html",
"re": "last release is ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_64-$version.exe"
},
"32bit": {
"url": "https://radare.mikelloc.com/get/$version/radare2_installer-msvc_32-$version.exe"
}
},
"hash": {
"url": "https://radare.mikelloc.com/get/$version/checksums.sha1sum"
}
}
}