diff options
author | David Melik <dchmelik@gmail.com> | 2021-01-15 18:34:07 +0000 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2021-01-15 18:34:07 +0000 |
commit | 1beaa67aa8432868c889ffe9992687e63f702151 (patch) | |
tree | 34cc143d3fbd522a99085f48690b69aa8c87e298 | |
parent | 8b806dac2352613b31d43deb0e3afb3133544a49 (diff) | |
download | slackbuilds-1beaa67aa8432868c889ffe9992687e63f702151.tar.gz |
games/stone_soup: Updated for version 0.26.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
-rw-r--r-- | games/stone_soup/stone_soup.SlackBuild | 4 | ||||
-rw-r--r-- | games/stone_soup/stone_soup.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild index 9b1ec2c896..c37a855380 100644 --- a/games/stone_soup/stone_soup.SlackBuild +++ b/games/stone_soup/stone_soup.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Dungeon Crawl Stone Soup -# Copyright 2020, SlackBuilds.org Project, David Melik, Spokane, WA, USA +# Copyright 2021, SlackBuilds.org Project, David Melik, Spokane, WA, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stone_soup -VERSION=${VERSION:-0.25.0} +VERSION=${VERSION:-0.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/stone_soup/stone_soup.info b/games/stone_soup/stone_soup.info index 00a35adc96..acc0ab6a14 100644 --- a/games/stone_soup/stone_soup.info +++ b/games/stone_soup/stone_soup.info @@ -1,8 +1,8 @@ PRGNAM="stone_soup" -VERSION="0.25.0" +VERSION="0.26.0" HOMEPAGE="http://crawl.develz.org/" -DOWNLOAD="http://crawl.develz.org/release/0.25/stone_soup-0.25.0-nodeps.tar.xz" -MD5SUM="7239d444005dc18137235d31546350ef" +DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.26.0/stone_soup-0.26.0-nodeps.tar.xz" +MD5SUM="7d1db2ddad8dc5e7b1ceaa90ead3e48b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua python3-PyYAML SDL2_image" |