From a39b2e5d1194bdb6d6098691f724be22596ba9d8 Mon Sep 17 00:00:00 2001 From: Mifuyne Date: Fri, 15 Mar 2024 19:06:09 -0400 Subject: [PATCH] freeorion 0.5.0.1: Fix `url` --- bucket/freeorion.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/freeorion.json b/bucket/freeorion.json index 8c420aa8ad39..28335d756dd1 100644 --- a/bucket/freeorion.json +++ b/bucket/freeorion.json @@ -3,7 +3,7 @@ "description": "Turn-based space empire and galactic conquest (4X) game", "homepage": "https://freeorion.org/", "license": "GPL-2.0", - "url": "https://github.com/freeorion/freeorion/releases/download/v0.5.0.1/FreeOrion_v0.5.0.1_Win32_Setup.exe", + "url": "https://github.com/freeorion/freeorion/releases/download/v0.5.0.1/FreeOrion_v0.5.0.1_Win32_Setup.exe#/dl.zip", "hash": "754aff7b80e07156908d5d739fc558f4b20cc11522783352b412f6f3c33d03af", "shortcuts": [ [ @@ -20,6 +20,6 @@ "github": "https://github.com/freeorion/freeorion" }, "autoupdate": { - "url": "https://github.com/freeorion/freeorion/releases/download/v$version/FreeOrion_v$version_Win32_Setup.exe" + "url": "https://github.com/freeorion/freeorion/releases/download/v$version/FreeOrion_v$version_Win32_Setup.exe#/dl.zip" } }