diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-04-10 16:08:20 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-10 16:08:20 -0500 |
commit | 4badcf37811d115810e1938f3656a57e0920a83c (patch) | |
tree | 4f989ba7f008d7a551a5e6bbafe88c33f9ef25bc /contrib | |
parent | Merge pull request #6394 (diff) | |
parent | depends: update qt 5.7.1 download link (diff) | |
download | monero-4badcf37811d115810e1938f3656a57e0920a83c.tar.xz |
Merge pull request #6398
8688b46 depends: update qt 5.7.1 download link (sumogr)
Diffstat (limited to 'contrib')
-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 |