summaryrefslogtreecommitdiffstats
path: root/deps/wayland
diff options
context:
space:
mode:
Diffstat (limited to 'deps/wayland')
-rw-r--r--deps/wayland/.url2
-rwxr-xr-xdeps/wayland/wayland.SlackBuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/deps/wayland/.url b/deps/wayland/.url
new file mode 100644
index 0000000..be77806
--- /dev/null
+++ b/deps/wayland/.url
@@ -0,0 +1,2 @@
+https://wayland.freedesktop.org/releases/wayland-1.12.0.tar.xz
+
diff --git a/deps/wayland/wayland.SlackBuild b/deps/wayland/wayland.SlackBuild
index cc574da..0b05265 100755
--- a/deps/wayland/wayland.SlackBuild
+++ b/deps/wayland/wayland.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA
-# Copyright 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2015, 2017 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -24,7 +24,7 @@
PKGNAM=wayland
-VERSION=${VERSION:-1.9.0}
+VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}