diff options
-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" |