mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
28 lines
821 B
JSON
28 lines
821 B
JSON
{
|
|
"version": "1.11.0",
|
|
"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.0/Cutter-v1.11.0-x64.Windows.zip",
|
|
"hash": "46a8e5a3426fb9734fe9b1756612ab574c0a789e45b4efd6e3b10cb14889041b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|