Skip to content

Commit

Permalink
deps.qt: Update Qt 6.6.3 download links to fix nightly builds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PatTheMav authored and RytoEX committed Oct 11, 2024
1 parent a0d8666 commit 994fbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.qt/qt6.ps1
Original file line number Diff line number Diff line change
@@ -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')
)
Expand Down
2 changes: 1 addition & 1 deletion deps.qt/qt6.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 994fbc4

Please sign in to comment.