Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jun 10, 2023
1 parent 55d482c commit 543b3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/osx/qt5-base/cmake/qt_download_submodule.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function(qt_download_submodule)
set(ARCHIVE_NAME "${NAME}-everywhere-src-${FULL_VERSION}.tar.xz")

vcpkg_download_distfile(ARCHIVE_FILE
URLS "https://download.qt.io/archive/qt/${QT_MAJOR_MINOR_VER}/${FULL_VERSION}/submodules/${ARCHIVE_NAME}"
URLS "https://download.qt.io/new_archive/qt/${QT_MAJOR_MINOR_VER}/${FULL_VERSION}/submodules/${ARCHIVE_NAME}"
FILENAME ${ARCHIVE_NAME}
SHA512 ${QT_HASH_${PORT}}
)
Expand Down

0 comments on commit 543b3b3

Please sign in to comment.