cutter: Update to version 1.7.2

This commit is contained in:
Brandon Smith 2018-10-21 22:04:23 -04:00
parent 87aead8d57
commit 33f3b546dc

View File

@ -2,15 +2,15 @@
"homepage": "https://github.com/radareorg/cutter",
"description": "A Qt and C++ GUI for radare2 reverse engineering framework",
"license": "GPL-3.0",
"version": "1.7.1",
"version": "1.7.2",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.1/Cutter-v1.7.1-win64.zip",
"hash": "ec807c3dcd9ae5316fc7c8f44a42a1d86a5b3e37370169fd2257a66909b147f3"
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x64.Windows.zip",
"hash": "3bf6726ec962ba6439662db7e8f413da9e66e221ee65035c310e4fd50c9aa703"
},
"32bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.1/Cutter-v1.7.1-win32.zip",
"hash": "7d3a0af8ddc773d211759ecbe1c2b394fd7220fd6706d387903d8af4a45c603f"
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86.Windows.zip",
"hash": "4c7358af8febcb88114d4c44622153dc4f50336d61c018d8bc49673a0b839185"
}
},
"bin": "cutter.exe",
@ -26,10 +26,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-win64.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-win32.zip"
"url": "https://github.com/radareorg/cutter/releases/download/v$version/Cutter-v$version-x86.Windows.zip"
}
}
}