diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-01-15 07:58:44 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:45:01 +0700 |
commit | 96c188f73383f0f0e33e1e51121d217a0bca1699 (patch) | |
tree | d9eb21f1e6f91a773fdf9634dc60b8d5ddf4d268 /games | |
parent | 4a55306d3b4b58e9c1421900e955d3c5fede8609 (diff) | |
download | slackbuilds-96c188f73383f0f0e33e1e51121d217a0bca1699.tar.gz |
games/steam: Updated for version 1.0.0.68
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-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 ef0dcbe2b1..480cc894b7 100644 --- a/games/steam/steam.SlackBuild +++ b/games/steam/steam.SlackBuild @@ -4,7 +4,7 @@ # Copyright 2016 Talos Thoren # All rights reserved. -# Copyright 2019,20 Christoph Willing, Brisbane, Australia +# Copyright 2019-21 Christoph Willing, Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=steam -VERSION=${VERSION:-1.0.0.66} +VERSION=${VERSION:-1.0.0.68} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/steam/steam.info b/games/steam/steam.info index 109df93bd8..28667a5d0e 100644 --- a/games/steam/steam.info +++ b/games/steam/steam.info @@ -1,8 +1,8 @@ PRGNAM="steam" -VERSION="1.0.0.66" +VERSION="1.0.0.68" HOMEPAGE="http://store.steampowered.com/" -DOWNLOAD="http://repo.steampowered.com/steam/archive/precise/steam_1.0.0.66.tar.gz" -MD5SUM="f587a070e94f69a4d962ebe2ebf4768a" +DOWNLOAD="http://repo.steampowered.com/steam/archive/precise/steam_1.0.0.68.tar.gz" +MD5SUM="5b1f5d233643f30cee2eba8ecaa78483" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenAL python3 zenity" |