mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
cutter: Update to version 1.8.0
x86 support dropped: https://github.com/radareorg/cutter/releases/tag/v1.8.0
This commit is contained in:
parent
b465fefb64
commit
a1ed6537b4
13
cutter.json
13
cutter.json
@ -2,15 +2,11 @@
|
|||||||
"homepage": "https://github.com/radareorg/cutter",
|
"homepage": "https://github.com/radareorg/cutter",
|
||||||
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
|
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"version": "1.7.4",
|
"version": "1.8.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.4/Cutter-v1.7.4-x64.Windows.zip",
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.8.0/Cutter-v1.8.0-x64.Windows.zip",
|
||||||
"hash": "4546af355d3825c2405b7e3c393c66ce6b9bfec9fa903433e3d3bc8a4cc7ce6e"
|
"hash": "e7d747d2c088ba5eb6114e386cc82aa8174a2a8296ea6fcd75dce3fa339a9850"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.4/Cutter-v1.7.4-x86.Windows.zip",
|
|
||||||
"hash": "b8c3c59e8b440ccc670023197063dc6f30dcc71d45fc8233139ed2339891f4c4"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "cutter.exe",
|
"bin": "cutter.exe",
|
||||||
@ -27,9 +23,6 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip"
|
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x86.Windows.zip"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user