ScoopInstaller_Main/cutter.json
2019-03-23 09:19:12 -04:00

30 lines
868 B
JSON

{
"homepage": "https://github.com/radareorg/cutter",
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
"license": "GPL-3.0",
"version": "1.8.0",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.8.0/Cutter-v1.8.0-x64.Windows.zip",
"hash": "e7d747d2c088ba5eb6114e386cc82aa8174a2a8296ea6fcd75dce3fa339a9850"
}
},
"bin": "cutter.exe",
"shortcuts": [
[
"cutter.exe",
"Cutter"
]
],
"checkver": {
"github": "https://github.com/radareorg/cutter"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip"
}
}
}
}