From ce8a51b61602030e01b3af3938887bf24ae10e05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:29:53 +0000 Subject: [PATCH] rizin: Update to version 0.5.1 --- bucket/rizin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rizin.json b/bucket/rizin.json index daadf26328..2a8f20e4dc 100644 --- a/bucket/rizin.json +++ b/bucket/rizin.json @@ -1,16 +1,16 @@ { - "version": "0.5.0", + "version": "0.5.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.5.0/rizin_installer-v0.5.0-x86_64.exe", - "hash": "f19241ad48a7144de4b6c18929622ae110fe9f95840a45bc93ba7b3020af186b" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.5.1/rizin_installer-v0.5.1-x86_64.exe", + "hash": "ff2d9c510a0edc3b5c8e252a8955aead59a655fac47e53b3a1aedce29f321cbd" }, "32bit": { - "url": "https://github.com/rizinorg/rizin/releases/download/v0.5.0/rizin_installer-v0.5.0-x86.exe", - "hash": "99c95a3e4e2718043954cf83958523035114d9e69ea49edca160874436c99e20" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.5.1/rizin_installer-v0.5.1-x86.exe", + "hash": "55e23899b9e2d98a56fa296b58e9047fc30fbd31900d9d3549e39fe737ce27a3" } }, "innosetup": true,