ScoopInstaller_Main/cutter.json
2019-04-14 21:00:31 +00: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.1",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.8.1/Cutter-v1.8.1-x64.Windows.zip",
"hash": "9b7620f6f7554fa71918d67d91c5bdc76d82c28003218b395e91a1b0febf923a"
}
},
"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"
}
}
}
}