diff options
| author | Alan Rudolf <[email protected]> | 2020-03-31 13:11:31 -0400 |
|---|---|---|
| committer | Alan Rudolf <[email protected]> | 2020-03-31 13:11:31 -0400 |
| commit | 28d62c2b2ba10c039765a6f9c101c48d9742a7cf (patch) | |
| tree | 55f1114e68d5b7e4ebdea11745728850e8c176b1 | |
| parent | update openssl package download link (diff) | |
| download | discoin-28d62c2b2ba10c039765a6f9c101c48d9742a7cf.tar.xz discoin-28d62c2b2ba10c039765a6f9c101c48d9742a7cf.zip | |
update qt package download link
| -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 045ec4862..fb188c20b 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=http://download.qt.io/new_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 |