summaryrefslogtreecommitdiffstats
path: root/steamclient
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-11-19 10:13:33 +0000
committer Eric Hameleers <alien@slackware.com>2015-11-19 10:13:33 +0000
commita313552fe3a119f5d826a67b627af66b5b07843b (patch)
treeeea2f63f6aa1cb1cb2381ec895b6cce4c4eae68c /steamclient
parentba6b2ddcb852e435346a7147254afc8ebc6f7e3e (diff)
downloadasb-a313552fe3a119f5d826a67b627af66b5b07843b.tar.gz
asb-a313552fe3a119f5d826a67b627af66b5b07843b.tar.xz
steamclient: update to 1.0.0.51
Diffstat (limited to 'steamclient')
-rwxr-xr-xsteamclient/build/steamclient.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/steamclient/build/steamclient.SlackBuild b/steamclient/build/steamclient.SlackBuild
index a62208c6..3821cd7d 100755
--- a/steamclient/build/steamclient.SlackBuild
+++ b/steamclient/build/steamclient.SlackBuild
@@ -71,8 +71,11 @@
# 1.0.0.50-1: 08/may/2015 by Eric Hameleers <alien@slackware.com>
# * Update. The libXinerama and libXext were added to the
# bootstrap runtime to fix AMD graphics driver crashing
-# if these aren't present.
-#
+# 1.0.0.51-1: 19/nov/2015 by Eric Hameleers <alien@slackware.com>
+# - Add uinput rule for the Steam Controller.
+# - Remove udev rule for the Oculus Rift VR headset.
+# - Add udev rule for HTC Vive VR headset.
+#
# Run 'sh steamclient.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
# Install it using 'installpkg'.
@@ -80,7 +83,7 @@
# -----------------------------------------------------------------------------
PRGNAM=steamclient
-VERSION=${VERSION:-1.0.0.50} # Use "LATEST" to just dowload the latest version.
+VERSION=${VERSION:-1.0.0.51} # Use "LATEST" to just dowload the latest version.
ARCH=i386
BUILD=${BUILD:-1}
TAG=${TAG:-alien}