From b71db8315ab2575fc133e6d9900545385019e96d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:24:06 +0000 Subject: [PATCH] rizin: Update to version 0.6.1 --- bucket/rizin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rizin.json b/bucket/rizin.json index 9d28759d83..bb7a41ace6 100644 --- a/bucket/rizin.json +++ b/bucket/rizin.json @@ -1,16 +1,16 @@ { - "version": "0.6.0", + "version": "0.6.1", "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.0/rizin_installer-v0.6.0-x86_64.exe", - "hash": "76cd25bd07cbfb96cee60aa9b0d75e76b4906bbf3ee6f807682fee0669e113fa" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.6.1/rizin_installer-v0.6.1-x86_64.exe", + "hash": "9629e3346e93ea275ff89ff352b9d02ea049b985e7772d0bcad0e3254e423673" }, "32bit": { - "url": "https://github.com/rizinorg/rizin/releases/download/v0.6.0/rizin_installer-v0.6.0-x86.exe", - "hash": "b13ab723259f7e96228e98c2c9e14c5e5f915ff150c582f9db4995cf02aa1077" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.6.1/rizin_installer-v0.6.1-x86.exe", + "hash": "6b88fc232335afb297ffd004cdd79ec738143f156ba824af96ebe19f36dbfa00" } }, "innosetup": true,