From e9004a513be4b8b4a3aa8f1bc07cfd5ba78d2413 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 20:27:45 +0000 Subject: [PATCH] rizin: Update to version 0.8.1 --- bucket/rizin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rizin.json b/bucket/rizin.json index caabefb2a3..144ce57be7 100644 --- a/bucket/rizin.json +++ b/bucket/rizin.json @@ -1,16 +1,16 @@ { - "version": "0.8.0", + "version": "0.8.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.8.0/rizin_installer-v0.8.0-x86_64.exe", - "hash": "42d5068fd017a11fc26a72f1abd6dbb2a77394e810c0e6b988a71ca10cd3ea7e" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.8.1/rizin_installer-v0.8.1-x86_64.exe", + "hash": "e9c9b4493b632e72808ef4585b1c45f348e0dd6510d1fc3e5cb9af594186f894" }, "32bit": { - "url": "https://github.com/rizinorg/rizin/releases/download/v0.8.0/rizin_installer-v0.8.0-x86.exe", - "hash": "88fb69200871c879f1c1048297cf572d400404481c8411a51c070a4dba10dff8" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.8.1/rizin_installer-v0.8.1-x86.exe", + "hash": "47b1105fa7ae75ba434e31f53d431bfc73185ac8ac32d1c8ddae6cfe63e460dd" } }, "innosetup": true,