ScoopInstaller_Main/cutter.json
2018-08-26 13:00:54 +00:00

37 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/radareorg/cutter",
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
"license": "GPL-3.0",
"version": "1.7.1",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.1/Cutter-v1.7.1-win64.zip",
"hash": "ec807c3dcd9ae5316fc7c8f44a42a1d86a5b3e37370169fd2257a66909b147f3"
},
"32bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.1/Cutter-v1.7.1-win32.zip",
"hash": "7d3a0af8ddc773d211759ecbe1c2b394fd7220fd6706d387903d8af4a45c603f"
}
},
"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-win64.zip"
},
"32bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-win32.zip"
}
}
}
}