ScoopInstaller_Main/cutter.json
2018-08-17 20:01:49 +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",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7/Cutter-v1.7-win64.zip",
"hash": "03c373efffa0409c5adb5c91a1f79065fb3470a066d41e8aa984d6c0b427ce8b"
},
"32bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7/Cutter-v1.7-win32.zip",
"hash": "a37de21a22caaa9cbac93221d4b56a4537d70019dc839e7d56a98cffe7ddf872"
}
},
"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"
}
}
}
}