Fix qtifw download name

The file is an uncompressed tar file and thus shouldn't end in `.gz`.
This commit is contained in:
Christoph Weiss 2020-02-17 09:46:42 +01:00 committed by Tony Theodore
parent 5fa54789ff
commit 213c8a8836
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $(PKG)_DESCR := Qt Installer Framework
$(PKG)_IGNORE :=
$(PKG)_VERSION := 3.2.0
$(PKG)_CHECKSUM := 7cd0d7b86fbe63b101f263b6532485df3a2d336cc0026b47eb866dae134e319f
$(PKG)_FILE := qtifw-$($(PKG)_VERSION).tar.gz
$(PKG)_FILE := qtifw-$($(PKG)_VERSION).tar
$(PKG)_URL := https://download.qt.io/official_releases/qt-installer-framework/$($(PKG)_VERSION)/qt-installer-framework-opensource-src-$($(PKG)_VERSION).tar.gz
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)