summaryrefslogtreecommitdiffstats
path: root/deps/qt5
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-10-14 19:29:39 +0200
committer Eric Hameleers <alien@slackware.com>2017-10-14 19:29:39 +0200
commit6fc26582abf75b6fdcc1483dcfd4022fc69e5490 (patch)
tree18a17e5d9ef30d97960f0057a379aa8f9be84158 /deps/qt5
parent8ba5647299bac2cb97d76ddf301e3f02d71250da (diff)
downloadktown-6fc26582abf75b6fdcc1483dcfd4022fc69e5490.tar.gz
ktown-6fc26582abf75b6fdcc1483dcfd4022fc69e5490.tar.xz
Updated deps for the next release
Diffstat (limited to 'deps/qt5')
-rw-r--r--deps/qt5/.url2
-rwxr-xr-xdeps/qt5/qt5.SlackBuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/deps/qt5/.url b/deps/qt5/.url
index cfb9ed5..cc990a0 100644
--- a/deps/qt5/.url
+++ b/deps/qt5/.url
@@ -1 +1 @@
-https://download.qt.io/archive/qt/5.9/5.9.1/single/qt-everywhere-opensource-src-5.9.1.tar.xz
+https://download.qt.io/archive/qt/5.9/5.9.2/single/qt-everywhere-opensource-src-5.9.2.tar.xz
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index fc81c6f..ad3dff3 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -51,9 +51,10 @@
# Modifications for qt 5.7.1 2017 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.9.0 2017 by Eric Hameleers, Eindhoven, NL
# Modifications for qt 5.9.1 2017 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt 5.9.2 2017 by Eric Hameleers, Eindhoven, NL
PKGNAM=qt5
-VERSION=${VERSION:-5.9.1}
+VERSION=${VERSION:-5.9.2}
PKGSRC=$(echo $VERSION |cut -d- -f1)
PKGVER=$(echo $VERSION |tr - _)
BUILD=${BUILD:-1}