From d57d04fe4298ffdde19a8e24d8052a289f9e783a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 05:13:54 +0000 Subject: [PATCH] rizin: Update to version 0.7.3 --- bucket/rizin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rizin.json b/bucket/rizin.json index c44626d135..daedad779b 100644 --- a/bucket/rizin.json +++ b/bucket/rizin.json @@ -1,16 +1,16 @@ { - "version": "0.7.2", + "version": "0.7.3", "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.7.2/rizin_installer-v0.7.2-x86_64.exe", - "hash": "89eaad02b5f5b2b9b9d2a3a845469276f6a2c605770ddcc1711d94f97a10fe2d" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.7.3/rizin_installer-v0.7.3-x86_64.exe", + "hash": "d775670517736aa9ad3b7db78c9a00f3254e1157790b0201de1bf0898dae9885" }, "32bit": { - "url": "https://github.com/rizinorg/rizin/releases/download/v0.7.2/rizin_installer-v0.7.2-x86.exe", - "hash": "dbe89d34de5632f305f8e9063d6d1bc718bf0c800bf398e0b0cac59d8eb5df3b" + "url": "https://github.com/rizinorg/rizin/releases/download/v0.7.3/rizin_installer-v0.7.3-x86.exe", + "hash": "bbf76e74b37718fa38f9ce99024d0aeee437c6ba7806a8957c77e71ea31a9a1f" } }, "innosetup": true,