summaryrefslogtreecommitdiffstats
path: root/steamclient
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-02-14 22:08:06 +0000
committer Eric Hameleers <alien@slackware.com>2013-02-14 22:08:06 +0000
commite1b1bf528e279cefe173d817bd718ff652424467 (patch)
treec35ca94d872bf74cad3b18a290797261fdedf63e /steamclient
parent706f8b92389c5b15ff41a9b67142e3cf52aeaf9b (diff)
downloadasb-e1b1bf528e279cefe173d817bd718ff652424467.tar.gz
asb-e1b1bf528e279cefe173d817bd718ff652424467.tar.xz
Updated to 1.0.0.27, no longer a beta release
Diffstat (limited to 'steamclient')
-rwxr-xr-xsteamclient/build/steamclient.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/steamclient/build/steamclient.SlackBuild b/steamclient/build/steamclient.SlackBuild
index 302be239..27ece906 100755
--- a/steamclient/build/steamclient.SlackBuild
+++ b/steamclient/build/steamclient.SlackBuild
@@ -36,6 +36,8 @@
# * Update.
# 1.0.0.25-1: 11/feb/2013 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.0.0.27-1: 14/feb/2013 by Eric Hameleers <alien@slackware.com>
+# * Update. No longer in Beta!
#
# Run 'sh steamclient.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
# Set initial variables:
PRGNAM=steamclient
-VERSION=${VERSION:-1.0.0.25} # Use "LATEST" to just dowload the latest version.
+VERSION=${VERSION:-1.0.0.27} # Use "LATEST" to just dowload the latest version.
ARCH=i386
BUILD=${BUILD:-1}
TAG=${TAG:-alien}