mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
cutter: Update to version 1.7.2
This commit is contained in:
parent
87aead8d57
commit
33f3b546dc
14
cutter.json
14
cutter.json
@ -2,15 +2,15 @@
|
|||||||
"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.1",
|
"version": "1.7.2",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.1/Cutter-v1.7.1-win64.zip",
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x64.Windows.zip",
|
||||||
"hash": "ec807c3dcd9ae5316fc7c8f44a42a1d86a5b3e37370169fd2257a66909b147f3"
|
"hash": "3bf6726ec962ba6439662db7e8f413da9e66e221ee65035c310e4fd50c9aa703"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.1/Cutter-v1.7.1-win32.zip",
|
"url": "https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86.Windows.zip",
|
||||||
"hash": "7d3a0af8ddc773d211759ecbe1c2b394fd7220fd6706d387903d8af4a45c603f"
|
"hash": "4c7358af8febcb88114d4c44622153dc4f50336d61c018d8bc49673a0b839185"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "cutter.exe",
|
"bin": "cutter.exe",
|
||||||
@ -26,10 +26,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user