diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-06-25 21:16:10 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:22 +0700 |
commit | edcc94716f16c0434d2b84a54aa3bcaf575bb487 (patch) | |
tree | 0ec6cf58579d3b318f555e0e8f5645dc12d511e6 /games/steam | |
parent | 8dda7764037568707a777f191e70a03df8b62fdb (diff) |
games/steam: Updated for version 1.0.0.78
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/steam')
-rw-r--r-- | games/steam/steam.SlackBuild | 4 | ||||
-rw-r--r-- | games/steam/steam.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/steam/steam.SlackBuild b/games/steam/steam.SlackBuild index 991601265eec..4d9e5c94def7 100644 --- a/games/steam/steam.SlackBuild +++ b/games/steam/steam.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2016 Talos Thoren # All rights reserved. -# Copyright 2019-22 Christoph Willing, Brisbane, Australia +# Copyright 2019-23 Christoph Willing, Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=steam -VERSION=${VERSION:-1.0.0.74} +VERSION=${VERSION:-1.0.0.78} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/steam/steam.info b/games/steam/steam.info index a074504a05d3..129cf91e91e9 100644 --- a/games/steam/steam.info +++ b/games/steam/steam.info @@ -1,8 +1,8 @@ PRGNAM="steam" -VERSION="1.0.0.74" +VERSION="1.0.0.78" HOMEPAGE="https://store.steampowered.com/" -DOWNLOAD="https://repo.steampowered.com/steam/archive/precise/steam_1.0.0.74.tar.gz" -MD5SUM="67c5d2352299aadfce6c7cd87098b700" +DOWNLOAD="https://repo.steampowered.com/steam/archive/precise/steam_1.0.0.78.tar.gz" +MD5SUM="455f7ad91d850c1819299eb82d3b2758" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zenity" |