summaryrefslogtreecommitdiffstats
path: root/steamclient
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-06-21 19:04:52 +0000
committer Eric Hameleers <alien@slackware.com>2014-06-21 19:04:52 +0000
commit3275b9e312f4363162d1dead6addd73dbf072b3d (patch)
tree9e898d4c9ddb9a7af22830e0d1012b8cfb3f400f /steamclient
parent2f8a84d0622f59e6dc0505dc17714a5fe38b3c5b (diff)
downloadasb-3275b9e312f4363162d1dead6addd73dbf072b3d.tar.gz
asb-3275b9e312f4363162d1dead6addd73dbf072b3d.tar.xz
Updated to 1.0.0.48
Diffstat (limited to 'steamclient')
-rwxr-xr-xsteamclient/build/steamclient.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/steamclient/build/steamclient.SlackBuild b/steamclient/build/steamclient.SlackBuild
index 1fbbcc82..49965131 100755
--- a/steamclient/build/steamclient.SlackBuild
+++ b/steamclient/build/steamclient.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012, 2013 Eric Hameleers, Eindhoven, NL
+# Copyright 2012, 2013, 2014 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -64,6 +64,8 @@
# * Update.
# 1.0.0.45-1: 30/nov/2013 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.0.0.48-1: 21/jun/2014 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh steamclient.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -72,7 +74,7 @@
# -----------------------------------------------------------------------------
PRGNAM=steamclient
-VERSION=${VERSION:-1.0.0.45} # Use "LATEST" to just dowload the latest version.
+VERSION=${VERSION:-1.0.0.48} # Use "LATEST" to just dowload the latest version.
ARCH=i386
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
@@ -90,7 +92,7 @@ if [ "$VERSION" = "LATEST" ]; then
SRCURL="http://repo.steampowered.com/steam/archive/precise/steam_latest.tar.gz"
SOURCE="$SRCDIR/steam_latest.tar.gz"
else
- SRCURL="http://repo.steampowered.com/steam/archive/precise/steam_${VERSION}.tar.gz"
+ SRCURL="http://repo.steampowered.com/steam/pool/steam/s/steam/steam_${VERSION}.tar.gz"
SOURCE="$SRCDIR/steam_${VERSION}.tar.gz"
fi