summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-05-08 14:11:20 +0000
committer Eric Hameleers <alien@slackware.com>2015-05-08 14:11:20 +0000
commit0c50c783d66458677765f9a34bcdfca45be2f52a (patch)
tree1f736e0a40783fd622c9be5f739beb06bc26f9da
parentc444c4813fb42a00b53d1673985a1ebf71c95cd4 (diff)
downloadasb-0c50c783d66458677765f9a34bcdfca45be2f52a.tar.gz
asb-0c50c783d66458677765f9a34bcdfca45be2f52a.tar.xz
Update to 1.0.0.50
-rwxr-xr-xsteamclient/build/steamclient.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/steamclient/build/steamclient.SlackBuild b/steamclient/build/steamclient.SlackBuild
index 0b45285d..a62208c6 100755
--- a/steamclient/build/steamclient.SlackBuild
+++ b/steamclient/build/steamclient.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012, 2013, 2014 Eric Hameleers, Eindhoven, NL
+# Copyright 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -68,6 +68,10 @@
# * Update.
# 1.0.0.49-1: 29/aug/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 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.
#
# Run 'sh steamclient.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -76,7 +80,7 @@
# -----------------------------------------------------------------------------
PRGNAM=steamclient
-VERSION=${VERSION:-1.0.0.49} # Use "LATEST" to just dowload the latest version.
+VERSION=${VERSION:-1.0.0.50} # Use "LATEST" to just dowload the latest version.
ARCH=i386
BUILD=${BUILD:-1}
TAG=${TAG:-alien}