diff options
author | fanquake <fanquake@gmail.com> | 2018-06-27 23:26:25 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-06-30 09:33:58 +0800 |
commit | 9fd3e0001fc20eecbfa823e12f66da4054a072a7 (patch) | |
tree | 666bcd51d81674e9f9ecccfcbc122dfd8fc14974 /depends | |
parent | f7401c86b9c9c58cfe57c2a49d3b4e00f80ded4a (diff) |
depends: Update Qt download url
GitHub-Pull: #13544
Rebased-From: 2fca656
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index 745c9e1157..34b0fdc636 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -1,6 +1,6 @@ PACKAGE=qt $(package)_version=5.7.1 -$(package)_download_path=http://download.qt.io/official_releases/qt/5.7/$($(package)_version)/submodules +$(package)_download_path=https://download.qt.io/archive/qt/5.7/$($(package)_version)/submodules $(package)_suffix=opensource-src-$($(package)_version).tar.gz $(package)_file_name=qtbase-$($(package)_suffix) $(package)_sha256_hash=95f83e532d23b3ddbde7973f380ecae1bac13230340557276f75f2e37984e410 |