mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 04:35:13 +00:00
28 lines
818 B
JSON
28 lines
818 B
JSON
{
|
|
"version": "2.0.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/v2.0.0/Cutter-v2.0.0-x64.Windows.zip",
|
|
"hash": "776da482496405521b5b6c9f8963e530855dcf8868356c87d51424cacc1197a7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|