From 061a4541b78954129eee7474e38a2a17503ad913 Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Wed, 11 Sep 2024 11:43:30 +0200 Subject: [PATCH] Remove architecture restrictions initool is currently built for 32bit only. Use it for all architectures. --- bucket/initool.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/bucket/initool.json b/bucket/initool.json index 6f4e1b76d1a5c..9c4b9577a796a 100644 --- a/bucket/initool.json +++ b/bucket/initool.json @@ -1,16 +1,6 @@ { - "architecture": { - "64bit": { - "url": "https://github.com/dbohdan/initool/releases/download/v0.18.0/initool-v0.18.0-fc0c3b1-win32.zip", - "hash": "b3bcc11faaf1adb708d5cc764a200d9c4247a1efbbb0e68ab23f4115bdc9b71a" - } - }, "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/dbohdan/initool/releases/download/v$version/initool-v$version-$matchCommit-win32.zip" - } - } + "url": "https://github.com/dbohdan/initool/releases/download/v$version/initool-v$version-$matchCommit-win32.zip" }, "bin": "initool.exe", "checkver": { @@ -19,7 +9,9 @@ "regex": "download/v(?[\\d.]+)/initool-v([\\d.]+)-(?[\\w]{7})-win32.zip" }, "description": "Initool lets you manipulate the contents of INI files from the command line", + "hash": "b3bcc11faaf1adb708d5cc764a200d9c4247a1efbbb0e68ab23f4115bdc9b71a", "homepage": "https://github.com/dbohdan/initool", "license": "MIT", + "url": "https://github.com/dbohdan/initool/releases/download/v0.18.0/initool-v0.18.0-fc0c3b1-win32.zip", "version": "0.18.0" }