From 501d18b3435d6a0eae3a3edfd3a64dbee76dc65b Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Tue, 1 Feb 2022 11:42:22 +0200 Subject: [PATCH] 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 --- bucket/cutter.json | 34 ---------------------------------- bucket/rizin.json | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 34 deletions(-) delete mode 100644 bucket/cutter.json create mode 100644 bucket/rizin.json diff --git a/bucket/cutter.json b/bucket/cutter.json deleted file mode 100644 index 6c1c30c0ae..0000000000 --- a/bucket/cutter.json +++ /dev/null @@ -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" - } - } - } -} diff --git a/bucket/rizin.json b/bucket/rizin.json new file mode 100644 index 0000000000..73a25f7e79 --- /dev/null +++ b/bucket/rizin.json @@ -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" + } + } + } +}