From bcc72848cc8792567d52fd95d1db8d3a42d117e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:27:37 +0000 Subject: [PATCH] rcedit: Update to version 2.0.0 --- bucket/rcedit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rcedit.json b/bucket/rcedit.json index 8f2929e442..c5323a06ba 100644 --- a/bucket/rcedit.json +++ b/bucket/rcedit.json @@ -1,16 +1,16 @@ { - "version": "1.1.1", + "version": "2.0.0", "description": "Command-line tool for editing resources of PE executables", "homepage": "https://github.com/electron/rcedit", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x64.exe#/rcedit.exe", - "hash": "02e8e8c5d430d8b768980f517b62d7792d690982b9ba0f7e04163cbc1a6e7915" + "url": "https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x64.exe#/rcedit.exe", + "hash": "3e7801db1a5edbec91b49a24a094aad776cb4515488ea5a4ca2289c400eade2a" }, "32bit": { - "url": "https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe#/rcedit.exe", - "hash": "1733e4b7e532c99b6a4ddeca1b9fff7bb1c5fd0ba7dbeb5f3520b6da03a5284f" + "url": "https://github.com/electron/rcedit/releases/download/v2.0.0/rcedit-x86.exe#/rcedit.exe", + "hash": "38fb5e935d7cb58d7a98b4ed8f876c83f5db032bcd0329b0a4de4e4a1de876b6" } }, "bin": "rcedit.exe",