From 07a5caa5684b860537a367aa5302ee009b0a85be Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:57:10 +0800 Subject: [PATCH] butler@15.24.0: Fix download & autoupdate URLs (Closes #7413) * Replace broth.itch.ovh with broth.itch.zone. Relates to https://github.com/itchio/butler/issues/283. --- bucket/butler.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/butler.json b/bucket/butler.json index 1c92d979a0..41bf0b7c8f 100644 --- a/bucket/butler.json +++ b/bucket/butler.json @@ -5,11 +5,11 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://broth.itch.ovh/butler/windows-amd64/15.24.0/archive/default#download.zip", + "url": "https://broth.itch.zone/butler/windows-amd64/15.24.0/archive/default#download.zip", "hash": "03ddb047b62bf40319897ef539853d2f08ea2636002eed0e245c4a5668268240" }, "32bit": { - "url": "https://broth.itch.ovh/butler/windows-386/15.24.0/archive/default#download.zip", + "url": "https://broth.itch.zone/butler/windows-386/15.24.0/archive/default#download.zip", "hash": "3d7d7f494038020b5f97fc01fab993414538150f8f100fbe693c14c7274cbc0b" } }, @@ -20,10 +20,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://broth.itch.ovh/butler/windows-amd64/$version/archive/default#download.zip" + "url": "https://broth.itch.zone/butler/windows-amd64/$version/archive/default#download.zip" }, "32bit": { - "url": "https://broth.itch.ovh/butler/windows-386/$version/archive/default#download.zip" + "url": "https://broth.itch.zone/butler/windows-386/$version/archive/default#download.zip" } } }