From 092a56345427a8b4711e47832aa01dbc72f1438c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 20:25:35 +0000 Subject: [PATCH] rizin: Update to version 0.5.0 --- bucket/rizin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rizin.json b/bucket/rizin.json index f429dcc372..daadf26328 100644 --- a/bucket/rizin.json +++ b/bucket/rizin.json @@ -1,16 +1,16 @@ { - "version": "0.4.1", + "version": "0.5.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.4.1/rizin_installer-v0.4.1-x86_64.exe", - "hash": "c29e8e83fc235e3603f9731c13dcfe915971871871390c766e4f2505d31bb613" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.5.0/rizin_installer-v0.5.0-x86_64.exe", + "hash": "f19241ad48a7144de4b6c18929622ae110fe9f95840a45bc93ba7b3020af186b" }, "32bit": { - "url": "https://github.com/rizinorg/rizin/releases/download/v0.4.1/rizin_installer-v0.4.1-x86.exe", - "hash": "4476e42de1dfba64b70427c811f908e01509be182491556790effdb48215b484" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.5.0/rizin_installer-v0.5.0-x86.exe", + "hash": "99c95a3e4e2718043954cf83958523035114d9e69ea49edca160874436c99e20" } }, "innosetup": true,