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:
Brandon Smith 2019-03-23 09:18:24 -04:00
parent b465fefb64
commit a1ed6537b4

View File

@ -2,15 +2,11 @@
"homepage": "https://github.com/radareorg/cutter",
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
"license": "GPL-3.0",
"version": "1.7.4",
"version": "1.8.0",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.4/Cutter-v1.7.4-x64.Windows.zip",
"hash": "4546af355d3825c2405b7e3c393c66ce6b9bfec9fa903433e3d3bc8a4cc7ce6e"
},
"32bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.4/Cutter-v1.7.4-x86.Windows.zip",
"hash": "b8c3c59e8b440ccc670023197063dc6f30dcc71d45fc8233139ed2339891f4c4"
"url": "https://github.com/radareorg/cutter/releases/download/v1.8.0/Cutter-v1.8.0-x64.Windows.zip",
"hash": "e7d747d2c088ba5eb6114e386cc82aa8174a2a8296ea6fcd75dce3fa339a9850"
}
},
"bin": "cutter.exe",
@ -27,9 +23,6 @@
"architecture": {
"64bit": {
"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"
}
}
}