Skip to content

Commit

Permalink
Fix Qt URLs (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth committed Dec 16, 2019
1 parent 99251d1 commit 2af4113
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/projects/Qt/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ hunter_add_version(
VERSION
"5.10.1"
URL
"http://download.qt.io/official_releases/qt/5.10/5.10.1/single/qt-everywhere-src-5.10.1.tar.xz"
"http://download.qt.io/archive/qt/5.10/5.10.1/single/qt-everywhere-src-5.10.1.tar.xz"
SHA1
3d71e887287bdea664ac6f8db4aaa4a7d913be59
)
Expand All @@ -244,7 +244,7 @@ hunter_add_version(
VERSION
"5.11.1"
URL
"http://download.qt.io/official_releases/qt/5.11/5.11.1/single/qt-everywhere-src-5.11.1.tar.xz"
"http://download.qt.io/archive/qt/5.11/5.11.1/single/qt-everywhere-src-5.11.1.tar.xz"
SHA1
0ac866442a960d4038a51ba3096b2cc5d796b5ee
)
Expand All @@ -255,7 +255,7 @@ hunter_add_version(
VERSION
"5.11.3"
URL
"https://download.qt.io/official_releases/qt/5.11/5.11.3/single/qt-everywhere-src-5.11.3.tar.xz"
"https://download.qt.io/archive/qt/5.11/5.11.3/single/qt-everywhere-src-5.11.3.tar.xz"
SHA1
3f6c0df4fa7524ed11557ed55db35ef551cd2782
)
Expand All @@ -266,7 +266,7 @@ hunter_add_version(
VERSION
"5.12.3"
URL
"https://download.qt.io/official_releases/qt/5.12/5.12.3/single/qt-everywhere-src-5.12.3.tar.xz"
"https://download.qt.io/archive/qt/5.12/5.12.3/single/qt-everywhere-src-5.12.3.tar.xz"
SHA1
cf1bbdf0e69a651a67738e9b3e616e0dd9cf3087
)
Expand Down

0 comments on commit 2af4113

Please sign in to comment.