diff options
author | Sumo Gr <sumogr@mail.com> | 2020-03-20 21:18:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-20 21:18:49 +0200 |
commit | 8688b467ce5d45edbbab6cf8f9f3ff38dcc38f7e (patch) | |
tree | 085bb0d47ad81465a5d6de7447d1bd0a6981508d | |
parent | Merge pull request #6388 (diff) | |
download | monero-8688b467ce5d45edbbab6cf8f9f3ff38dcc38f7e.tar.xz |
depends: update qt 5.7.1 download link
5.7.1 was removed from official qt.io archive, this is one of the few mirrors remaining that keep a copy.
I think it would be better if @TheCharlatan updated to a newer version soon than merging this PR
-rw-r--r-- | contrib/depends/packages/qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/packages/qt.mk b/contrib/depends/packages/qt.mk index 6a6f0e0f7..98cef4631 100644 --- a/contrib/depends/packages/qt.mk +++ b/contrib/depends/packages/qt.mk @@ -1,6 +1,6 @@ PACKAGE=qt $(package)_version=5.7.1 -$(package)_download_path=https://download.qt.io/archive/qt/5.7/5.7.1/submodules +$(package)_download_path=http://linorg.usp.br/Qt/archive/qt/5.7/5.7.1/submodules $(package)_suffix=opensource-src-$($(package)_version).tar.gz $(package)_file_name=qtbase-$($(package)_suffix) $(package)_sha256_hash=95f83e532d23b3ddbde7973f380ecae1bac13230340557276f75f2e37984e410 |