Skip to content

Commit

Permalink
Merge #892: [Build] temporary tweak of qt package
Browse files Browse the repository at this point in the history
de22ea9 [Build] temporary tweak of qt package (Cave Spectre)

Pull request description:

  Temporary tweak of qt package dependency for Actions to function.

Tree-SHA512: 9fbc4d6b41e921b98f25f65bb7600616660d95cf21b5e5c742ef9da0bf8da08eb6e40d3b6108abca601369d33dcb948c0c9343314d21a56b5d8f794c19183962
  • Loading branch information
CaveSpectre11 committed Jan 20, 2021
2 parents 39bc96a + de22ea9 commit d64124f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion depends/packages/qt.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PACKAGE=qt
$(package)_version=5.9.6
$(package)_download_path=https://download.qt.io/official_releases/qt/5.9/$($(package)_version)/submodules
# $(package)_download_path=https://download.qt.io/official_releases/qt/5.9/$($(package)_version)/submodules
$(package)_download_path=http://qt.mirrors.tds.net/qt/official_releases/qt/5.9/$($(package)_version)/submodules
$(package)_suffix=opensource-src-$($(package)_version).tar.xz
$(package)_file_name=qtbase-$($(package)_suffix)
$(package)_sha256_hash=eed620cb268b199bd83b3fc6a471c51d51e1dc2dbb5374fc97a0cc75facbe36f
Expand Down

0 comments on commit d64124f

Please sign in to comment.