diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2019-06-03 06:18:06 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-06-03 10:31:02 (GMT) |
commit | 949b0b95b7db3d6d8ba56c6a054a2bd0a9a448c1 (patch) | |
tree | cbf2b743229160d77957f67000f15d5d93517e96 /plugins | |
parent | e846d5f9be2b69ac5342064dd8593bfb7e70c456 (diff) | |
download | mxe-949b0b95b7db3d6d8ba56c6a054a2bd0a9a448c1.zip mxe-949b0b95b7db3d6d8ba56c6a054a2bd0a9a448c1.tar.gz mxe-949b0b95b7db3d6d8ba56c6a054a2bd0a9a448c1.tar.bz2 |
plugins/examples/qt5-freeze: Update URL.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/examples/qt5-freeze/qtbase.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/examples/qt5-freeze/qtbase.mk b/plugins/examples/qt5-freeze/qtbase.mk index 944ef23..5b85a67 100644 --- a/plugins/examples/qt5-freeze/qtbase.mk +++ b/plugins/examples/qt5-freeze/qtbase.mk @@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := edcdf549d94d98aff08e201dcb3ca25bc3628a37b1309e320d5f556b6b665 $(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/$(PKG)-[0-9]*.patch))) $(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz -$(PKG)_URL := https://download.qt.io/official_releases/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE) +$(PKG)_URL := https://download.qt.io/archive/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE) $(PKG)_DEPS := cc dbus fontconfig freetds freetype harfbuzz jpeg libmysqlclient libpng openssl pcre postgresql sqlite zlib # allows for side-by-side install with later Qt |