Skip to content

Commit

Permalink
Fixed QT download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
avoitenko-logitech committed Oct 21, 2024
1 parent bca871f commit 085a402
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', 'x86')
)
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 085a402

Please sign in to comment.