From 7026c917975d3b9d5a2f94375c52dca89b2a5d08 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 18 May 2021 09:41:17 -0500 Subject: [PATCH] Appveyor CI is failing due to a 302 redirect. (#1697) This PR changes the download URL to the new location. Example of CI failure: https://ci.appveyor.com/project/transmissionbt/transmission/builds/39088944/job/wy2w6jn6y8cgkjlv#L349 --- release/windows/build-qt.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/windows/build-qt.ps1 b/release/windows/build-qt.ps1 index 476cbf9ba..bc2c980c8 100644 --- a/release/windows/build-qt.ps1 +++ b/release/windows/build-qt.ps1 @@ -10,7 +10,7 @@ $global:QtDeps = @( function global:Build-Qt([string] $PrefixDir, [string] $Arch, [string] $DepsPrefixDir) { $Filename = "qt-everywhere-src-${QtVersion}.zip" # tar.xz has some names truncated (e.g. .../double-conversion.h -> .../double-conv) - $Url = "http://download.qt.io/archive/qt/$($QtVersion -replace '\.\d+$', '')/${QtVersion}/single/${Filename}" + $Url = "http://qt.mirror.constant.com/archive/qt/$($QtVersion -replace '\.\d+$', '')/${QtVersion}/single/${Filename}" $ArchiveBase = "qt-everywhere-src-${QtVersion}" $UnpackFlags = @(