ScoopInstaller_Main/cutter.json
2018-04-23 19:01:14 +00:00

48 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/radareorg/cutter",
"license": "GPL-3.0",
"version": "1.4",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.4/Cutter-v1.4-win64.zip",
"hash": "368fa2270576100d7359133bdaf63afa232264051db13256cf6c24b16dc2b265"
},
"32bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.4/Cutter-v1.4-win32.zip",
"hash": "0c4e890ac3a193c9294dd654ada2b882877a9a12007745d5d39e2bc9f8f01d40"
}
},
"bin": [
"cutter.exe",
"r2agent.exe",
"rabin2.exe",
"radare2.exe",
"radiff2.exe",
"rafind2.exe",
"ragg2.exe",
"rahash2.exe",
"rarun2.exe",
"rasm2.exe",
"rax2.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"
}
}
}
}