From 43b88f425c13c67253c5b1f79ffb71fc4dd4f421 Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Mon, 9 Sep 2024 20:50:29 +0200 Subject: [PATCH 1/2] Add a manifest for initool --- bucket/initool.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/initool.json diff --git a/bucket/initool.json b/bucket/initool.json new file mode 100644 index 0000000000000..6f4e1b76d1a5c --- /dev/null +++ b/bucket/initool.json @@ -0,0 +1,25 @@ +{ + "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" + } + } + }, + "bin": "initool.exe", + "checkver": { + "url": "https://api.github.com/repos/dbohdan/initool/releases/latest", + "jsonpath": "$..browser_download_url", + "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", + "homepage": "https://github.com/dbohdan/initool", + "license": "MIT", + "version": "0.18.0" +} From 061a4541b78954129eee7474e38a2a17503ad913 Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Wed, 11 Sep 2024 11:43:30 +0200 Subject: [PATCH 2/2] 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" }