Skip to content

Commit

Permalink
Update Qt to 5.15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 19, 2023
1 parent c2dfa48 commit dd2e644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/update-qt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ while read line; do
if [[ $line =~ QT_HASH_qt$majorver-([a-zA-Z0-9]+)( *) ]]; then
name="${BASH_REMATCH[1]}"
spaces="${BASH_REMATCH[2]}"
archivename="qt$name-everywhere-src-$version.tar.xz"
archivename="qt$name-everywhere-opensource-src-$version.tar.xz"
url="https://download.qt.io/archive/qt/$majorminorver/$version/submodules/$archivename"
curl -sLO "$url"
archivehash=$(sha512sum $archivename | cut -d " " -f 1)
Expand Down

0 comments on commit dd2e644

Please sign in to comment.