mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
30 lines
873 B
JSON
30 lines
873 B
JSON
{
|
|
"homepage": "https://github.com/radareorg/cutter",
|
|
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
|
|
"license": "GPL-3.0-only",
|
|
"version": "1.8.3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.8.3/Cutter-v1.8.3-x64.Windows.zip",
|
|
"hash": "4f7853fb1c6effbf87314af822f47e2dc418ef3d76c63a6a99f84a3c89f490fa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|