mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
28 lines
821 B
JSON
28 lines
821 B
JSON
{
|
|
"version": "1.11.1",
|
|
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
|
|
"homepage": "https://github.com/radareorg/cutter",
|
|
"license": "GPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.11.1/Cutter-v1.11.1-x64.Windows.zip",
|
|
"hash": "1872a8f4a2424a7146e32762c0db426568801923754648c14024230e589787b1"
|
|
}
|
|
},
|
|
"bin": "cutter.exe",
|
|
"shortcuts": [
|
|
[
|
|
"cutter.exe",
|
|
"Cutter"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|