games/steam: Updated for version 1.0.0.72
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a902fb3986
commit
99ff13a7a5
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=steam
|
||||
VERSION=${VERSION:-1.0.0.70}
|
||||
VERSION=${VERSION:-1.0.0.72}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="steam"
|
||||
VERSION="1.0.0.70"
|
||||
VERSION="1.0.0.72"
|
||||
HOMEPAGE="https://store.steampowered.com/"
|
||||
DOWNLOAD="https://repo.steampowered.com/steam/archive/precise/steam_1.0.0.70.tar.gz"
|
||||
MD5SUM="7d7cfe9d3db198427b8c78575359f2cf"
|
||||
DOWNLOAD="https://repo.steampowered.com/steam/archive/precise/steam_1.0.0.72.tar.gz"
|
||||
MD5SUM="53c8ec53d0efd81490f9a2827af6366a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zenity"
|
||||
|
|
Loading…
Reference in New Issue