Segev Finer 501d18b343
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
2022-02-01 15:12:22 +05:30

41 lines
1.4 KiB
JSON

{
"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"
}
}
}
}