Browse Source

depends: Update Qt download url

GitHub-Pull: #13544
Rebased-From: 2fca656
0.16
fanquake 6 years ago
parent
commit
9fd3e0001f
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 2
      depends/packages/qt.mk

2
depends/packages/qt.mk

@ -1,6 +1,6 @@ @@ -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

Loading…
Cancel
Save