We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 159bc4a + e48d932 commit ebbd9d2Copy full SHA for ebbd9d2
depends/packages/qt.mk
@@ -1,6 +1,7 @@
1
PACKAGE=qt
2
$(package)_version=5.12.11
3
-$(package)_download_path=https://download.qt.io/official_releases/qt/5.12/$($(package)_version)/submodules
+#$(package)_download_path=https://download.qt.io/official_releases/qt/5.12/$($(package)_version)/submodules
4
+$(package)_download_path=https://download.qt.io/archive/qt/5.12/$($(package)_version)/submodules
5
$(package)_suffix=everywhere-src-$($(package)_version).tar.xz
6
$(package)_file_name=qtbase-$($(package)_suffix)
7
$(package)_sha256_hash=1c1b4e33137ca77881074c140d54c3c9747e845a31338cfe8680f171f0bc3a39
0 commit comments