From 420c396999a7cac77d49697809c69440efd03c7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 04:26:08 +0000 Subject: [PATCH] rizin: Update to version 0.7.0 --- bucket/rizin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rizin.json b/bucket/rizin.json index 43a419e464..ec65e5a157 100644 --- a/bucket/rizin.json +++ b/bucket/rizin.json @@ -1,16 +1,16 @@ { - "version": "0.6.3", + "version": "0.7.0", "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.6.3/rizin_installer-v0.6.3-x86_64.exe", - "hash": "6d474d5b8eb7842abae763c1a46e7dd23feffd3b41445a2aa14cc144dbf7f8c0" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.7.0/rizin_installer-v0.7.0-x86_64.exe", + "hash": "3a189fc24df753e2a967bf3dd7116b033b337a3be5df0b583d5db4f195cb6595" }, "32bit": { - "url": "https://github.com/rizinorg/rizin/releases/download/v0.6.3/rizin_installer-v0.6.3-x86.exe", - "hash": "14520d2d4fc20d809cc35a9aec7197ad075f54089d8c50f63d29e6beedc1408b" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.7.0/rizin_installer-v0.7.0-x86.exe", + "hash": "6b24a6ffd901bbe7b8a1726f0a4ef8837f387a2482e4f1578c0fae534fdb805c" } }, "innosetup": true,