rizin: Add version 0.3.4 (Cutter moved to Extras) (#3268)

* cutter: Add additional rizin executables to cutter.json

* rizin: Add version 0.3.4

* Fix indentation

* cutter: Move to extras

* Swap 64bit and 32bit order
This commit is contained in:
Segev Finer 2022-02-01 11:42:22 +02:00 committed by GitHub
parent 70a2acb7d8
commit 501d18b343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 34 deletions

View File

@ -1,34 +0,0 @@
{
"version": "2.0.5",
"description": "A Qt and C++ GUI for Rizin reverse engineering framework",
"homepage": "https://cutter.re",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/rizinorg/cutter/releases/download/v2.0.5/Cutter-v2.0.5-x64.Windows.zip",
"hash": "5fd74940de6d7f3999d0ca4a7cbd947b9f14e8312d7270ce587448d1b67b3096",
"extract_dir": "cutter-v2.0.5-x64.Windows"
}
},
"bin": [
"cutter.exe",
"rizin.exe"
],
"shortcuts": [
[
"cutter.exe",
"Cutter"
]
],
"checkver": {
"github": "https://github.com/radareorg/cutter"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rizinorg/cutter/releases/download/v$version/Cutter-v$version-x64.Windows.zip",
"extract_dir": "cutter-v$version-x64.Windows"
}
}
}
}

40
bucket/rizin.json Normal file
View File

@ -0,0 +1,40 @@
{
"version": "0.3.4",
"description": "UNIX-like reverse engineering framework and command-line toolset.",
"homepage": "https://rizin.re/",
"license": "LGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.3.4/rizin_installer-v0.3.4-x86_64.exe",
"hash": "00f69a6bfab66a8387a3ecdf0e1587ea262359d3c0497393c45bdb6d62ba2776"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v0.3.4/rizin_installer-v0.3.4-x86.exe",
"hash": "1f8c7ec7988efb3c2e76b7fbc638c7e0da7ba5953d8cd3c48c16f7fefcb83722"
}
},
"innosetup": true,
"bin": [
"bin\\rizin.exe",
"bin\\rz-ax.exe",
"bin\\rz-bin.exe",
"bin\\rz-diff.exe",
"bin\\rz-find.exe",
"bin\\rz-gg.exe",
"bin\\rz-hash.exe",
"bin\\rz-run.exe"
],
"checkver": {
"github": "https://github.com/rizinorg/rizin"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v$version/rizin_installer-v$version-x86_64.exe"
},
"32bit": {
"url": "https://github.com/rizinorg/rizin/releases/download/v$version/rizin_installer-v$version-x86.exe"
}
}
}
}