summaryrefslogtreecommitdiffstats
path: root/SOURCE/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCE/Makefile')
-rw-r--r--SOURCE/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/SOURCE/Makefile b/SOURCE/Makefile
index 4c75873..4cce353 100644
--- a/SOURCE/Makefile
+++ b/SOURCE/Makefile
@@ -1,13 +1,14 @@
CWD = $(shell readlink -f .)
-VERSION_SHORT = 5.14
-RELEASE = 2
+VERSION_SHORT = 5.15
+RELEASE = 0
VERSION = $(VERSION_SHORT).$(RELEASE)
QT_SOURCE_ARCHIVE=qt-everywhere-src-$(VERSION).tar.xz
QT_SOURCE_ARCHIVE2=qt-everywhere-src-$(VERSION).zip
DL_URL="https://download.qt.io/official_releases/qt/$(VERSION_SHORT)/$(VERSION)/single"
-SSL_VERSION=1.0.2r
+#SSL_VERSION=1.0.2r
+SSL_VERSION=1.1.1g
SSL_ARCHIVE=openssl-$(SSL_VERSION).tar.gz
SSL_DL_URL = "https://www.openssl.org/source/$(SSL_ARCHIVE)"