From 994fbc466d05aedea7a686e98a0c48020c91441b Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Fri, 11 Oct 2024 17:58:39 +0200 Subject: [PATCH] deps.qt: Update Qt 6.6.3 download links to fix nightly builds Qt 6.6 is considered a historical version of Qt 6 and has thus been archived and is not available from the official releases directory anymore. --- deps.qt/qt6.ps1 | 2 +- deps.qt/qt6.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.qt/qt6.ps1 b/deps.qt/qt6.ps1 index d329205bb..15d0ae806 100644 --- a/deps.qt/qt6.ps1 +++ b/deps.qt/qt6.ps1 @@ -1,7 +1,7 @@ param( [string] $Name = 'qt6', [string] $Version = '6.6.3', - [string] $Uri = 'https://download.qt.io/official_releases/qt/6.6/6.6.3', + [string] $Uri = 'https://download.qt.io/archive/qt/6.6/6.6.3', [string] $Hash = "${PSScriptRoot}/checksums", [array] $Targets = @('x64') ) diff --git a/deps.qt/qt6.zsh b/deps.qt/qt6.zsh index e648650d7..66a8f6ec0 100644 --- a/deps.qt/qt6.zsh +++ b/deps.qt/qt6.zsh @@ -3,7 +3,7 @@ autoload -Uz log_debug log_error log_info log_status log_output ## Dependency Information local name='qt6' local version=6.6.3 -local url='https://download.qt.io/official_releases/qt/6.6/6.6.3' +local url='https://download.qt.io/archive/qt/6.6/6.6.3' local hash="${0:a:h}/checksums" local -a patches=( "macos ${0:a:h}/patches/Qt6/mac/0001-QTBUG-121351.patch \