diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-07-13 23:02:08 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-07-27 02:18:03 (GMT) |
commit | b9a47e838a65f0cf631276175f1c941120272a3a (patch) | |
tree | ef6798c56ecccd55944e5cbcf517363f76ae50a8 /plugins/examples/qt5-freeze | |
parent | 497d034376e0967dc7c2c805e3652ef7b1b697a4 (diff) | |
download | mxe-b9a47e838a65f0cf631276175f1c941120272a3a.zip mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.gz mxe-b9a47e838a65f0cf631276175f1c941120272a3a.tar.bz2 |
Secure URLs
Diffstat (limited to 'plugins/examples/qt5-freeze')
32 files changed, 34 insertions, 34 deletions
diff --git a/plugins/examples/qt5-freeze/qt3d.mk b/plugins/examples/qt5-freeze/qt3d.mk index 68b8808..e9317c5 100644 --- a/plugins/examples/qt5-freeze/qt3d.mk +++ b/plugins/examples/qt5-freeze/qt3d.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qt3d -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtactiveqt.mk b/plugins/examples/qt5-freeze/qtactiveqt.mk index 7943b6c..5a0e0f0 100644 --- a/plugins/examples/qt5-freeze/qtactiveqt.mk +++ b/plugins/examples/qt5-freeze/qtactiveqt.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtactiveqt -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtbase.mk b/plugins/examples/qt5-freeze/qtbase.mk index 680817f..944ef23 100644 --- a/plugins/examples/qt5-freeze/qtbase.mk +++ b/plugins/examples/qt5-freeze/qtbase.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtbase -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION := 5.7.1 @@ -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 := http://download.qt.io/official_releases/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE) +$(PKG)_URL := https://download.qt.io/official_releases/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 @@ -24,7 +24,7 @@ define QMAKE_MAKE_INSTALL endef define $(PKG)_UPDATE - $(WGET) -q -O- http://download.qt-project.org/official_releases/qt/5.5/ | \ + $(WGET) -q -O- https://download.qt-project.org/official_releases/qt/5.5/ | \ $(SED) -n 's,.*href="\(5\.[0-9]\.[^/]*\)/".*,\1,p' | \ grep -iv -- '-rc' | \ sort | diff --git a/plugins/examples/qt5-freeze/qtcanvas3d.mk b/plugins/examples/qt5-freeze/qtcanvas3d.mk index 3dcce58..eb72618 100644 --- a/plugins/examples/qt5-freeze/qtcanvas3d.mk +++ b/plugins/examples/qt5-freeze/qtcanvas3d.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtcanvas3d -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtcharts.mk b/plugins/examples/qt5-freeze/qtcharts.mk index 3a9df4d..e3ebd20 100644 --- a/plugins/examples/qt5-freeze/qtcharts.mk +++ b/plugins/examples/qt5-freeze/qtcharts.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtcharts -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtconnectivity.mk b/plugins/examples/qt5-freeze/qtconnectivity.mk index 97c4b57..0ad697e 100644 --- a/plugins/examples/qt5-freeze/qtconnectivity.mk +++ b/plugins/examples/qt5-freeze/qtconnectivity.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtconnectivity -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtdatavis3d.mk b/plugins/examples/qt5-freeze/qtdatavis3d.mk index 7f03776..d56b60f 100644 --- a/plugins/examples/qt5-freeze/qtdatavis3d.mk +++ b/plugins/examples/qt5-freeze/qtdatavis3d.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtdatavis3d -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtdeclarative-render2d.mk b/plugins/examples/qt5-freeze/qtdeclarative-render2d.mk index f6e8eb0..d3390bd 100644 --- a/plugins/examples/qt5-freeze/qtdeclarative-render2d.mk +++ b/plugins/examples/qt5-freeze/qtdeclarative-render2d.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtdeclarative-render2d -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtdeclarative.mk b/plugins/examples/qt5-freeze/qtdeclarative.mk index 7569fa3..18ee93f 100644 --- a/plugins/examples/qt5-freeze/qtdeclarative.mk +++ b/plugins/examples/qt5-freeze/qtdeclarative.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtdeclarative -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtgamepad.mk b/plugins/examples/qt5-freeze/qtgamepad.mk index 99bdb93..636a7f1 100644 --- a/plugins/examples/qt5-freeze/qtgamepad.mk +++ b/plugins/examples/qt5-freeze/qtgamepad.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtgamepad -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtgraphicaleffects.mk b/plugins/examples/qt5-freeze/qtgraphicaleffects.mk index fc3cbf8..a04d67f 100644 --- a/plugins/examples/qt5-freeze/qtgraphicaleffects.mk +++ b/plugins/examples/qt5-freeze/qtgraphicaleffects.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtgraphicaleffects -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtimageformats.mk b/plugins/examples/qt5-freeze/qtimageformats.mk index bc7235f..7b45b06 100644 --- a/plugins/examples/qt5-freeze/qtimageformats.mk +++ b/plugins/examples/qt5-freeze/qtimageformats.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtimageformats -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtlocation.mk b/plugins/examples/qt5-freeze/qtlocation.mk index c272748..0aa7b10 100644 --- a/plugins/examples/qt5-freeze/qtlocation.mk +++ b/plugins/examples/qt5-freeze/qtlocation.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtlocation -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtmultimedia.mk b/plugins/examples/qt5-freeze/qtmultimedia.mk index 5916d7a..9e9d0cf 100644 --- a/plugins/examples/qt5-freeze/qtmultimedia.mk +++ b/plugins/examples/qt5-freeze/qtmultimedia.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtmultimedia -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtpurchasing.mk b/plugins/examples/qt5-freeze/qtpurchasing.mk index 1d273af..dbd3c61 100644 --- a/plugins/examples/qt5-freeze/qtpurchasing.mk +++ b/plugins/examples/qt5-freeze/qtpurchasing.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtpurchasing -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtquickcontrols.mk b/plugins/examples/qt5-freeze/qtquickcontrols.mk index 7d79d5a..3aa18d1 100644 --- a/plugins/examples/qt5-freeze/qtquickcontrols.mk +++ b/plugins/examples/qt5-freeze/qtquickcontrols.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtquickcontrols -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtquickcontrols2.mk b/plugins/examples/qt5-freeze/qtquickcontrols2.mk index 2811ca2..1912af0 100644 --- a/plugins/examples/qt5-freeze/qtquickcontrols2.mk +++ b/plugins/examples/qt5-freeze/qtquickcontrols2.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtquickcontrols2 -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtscript.mk b/plugins/examples/qt5-freeze/qtscript.mk index 323e245..e955f1a 100644 --- a/plugins/examples/qt5-freeze/qtscript.mk +++ b/plugins/examples/qt5-freeze/qtscript.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtscript -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtscxml.mk b/plugins/examples/qt5-freeze/qtscxml.mk index 34e7d65..48f4ae3 100644 --- a/plugins/examples/qt5-freeze/qtscxml.mk +++ b/plugins/examples/qt5-freeze/qtscxml.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtscxml -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtsensors.mk b/plugins/examples/qt5-freeze/qtsensors.mk index 6dc9c02..cf8b291 100644 --- a/plugins/examples/qt5-freeze/qtsensors.mk +++ b/plugins/examples/qt5-freeze/qtsensors.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtsensors -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtserialbus.mk b/plugins/examples/qt5-freeze/qtserialbus.mk index 8cf453f..03713f4 100644 --- a/plugins/examples/qt5-freeze/qtserialbus.mk +++ b/plugins/examples/qt5-freeze/qtserialbus.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtserialbus -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtserialport.mk b/plugins/examples/qt5-freeze/qtserialport.mk index dd343a4..33b8b53 100644 --- a/plugins/examples/qt5-freeze/qtserialport.mk +++ b/plugins/examples/qt5-freeze/qtserialport.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtserialport -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtsvg.mk b/plugins/examples/qt5-freeze/qtsvg.mk index 6b332d0..7e5db21 100644 --- a/plugins/examples/qt5-freeze/qtsvg.mk +++ b/plugins/examples/qt5-freeze/qtsvg.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtsvg -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qttools.mk b/plugins/examples/qt5-freeze/qttools.mk index f5ddf3a..d69239a 100644 --- a/plugins/examples/qt5-freeze/qttools.mk +++ b/plugins/examples/qt5-freeze/qttools.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qttools -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qttranslations.mk b/plugins/examples/qt5-freeze/qttranslations.mk index 1e30b0b..c206b20 100644 --- a/plugins/examples/qt5-freeze/qttranslations.mk +++ b/plugins/examples/qt5-freeze/qttranslations.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qttranslations -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtvirtualkeyboard.mk b/plugins/examples/qt5-freeze/qtvirtualkeyboard.mk index 0f4dab2..06e461e 100644 --- a/plugins/examples/qt5-freeze/qtvirtualkeyboard.mk +++ b/plugins/examples/qt5-freeze/qtvirtualkeyboard.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtvirtualkeyboard -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtwebchannel.mk b/plugins/examples/qt5-freeze/qtwebchannel.mk index 4e4d7e8..5330d02 100644 --- a/plugins/examples/qt5-freeze/qtwebchannel.mk +++ b/plugins/examples/qt5-freeze/qtwebchannel.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebchannel -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtwebkit.mk b/plugins/examples/qt5-freeze/qtwebkit.mk index 6b59f85..d61dd9a 100644 --- a/plugins/examples/qt5-freeze/qtwebkit.mk +++ b/plugins/examples/qt5-freeze/qtwebkit.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebkit -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtwebsockets.mk b/plugins/examples/qt5-freeze/qtwebsockets.mk index bdfc891..3d02d72 100644 --- a/plugins/examples/qt5-freeze/qtwebsockets.mk +++ b/plugins/examples/qt5-freeze/qtwebsockets.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebsockets -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtwebview.mk b/plugins/examples/qt5-freeze/qtwebview.mk index d722de3..45cc39d 100644 --- a/plugins/examples/qt5-freeze/qtwebview.mk +++ b/plugins/examples/qt5-freeze/qtwebview.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwebview -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtwinextras.mk b/plugins/examples/qt5-freeze/qtwinextras.mk index 05cc0b1..0b6dcf3 100644 --- a/plugins/examples/qt5-freeze/qtwinextras.mk +++ b/plugins/examples/qt5-freeze/qtwinextras.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtwinextras -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) diff --git a/plugins/examples/qt5-freeze/qtxmlpatterns.mk b/plugins/examples/qt5-freeze/qtxmlpatterns.mk index bd90044..2015e74 100644 --- a/plugins/examples/qt5-freeze/qtxmlpatterns.mk +++ b/plugins/examples/qt5-freeze/qtxmlpatterns.mk @@ -1,7 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := qtxmlpatterns -$(PKG)_WEBSITE := http://qt-project.org/ +$(PKG)_WEBSITE := https://www.qt.io/ $(PKG)_DESCR := Qt $(PKG)_IGNORE := $(PKG)_VERSION = $(qtbase_VERSION) |