rcedit: Update to version 2.0.0

This commit is contained in:
github-actions[bot] 2023-11-16 04:27:37 +00:00
parent 21218396d2
commit bcc72848cc

View File

@ -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",