diff options
Diffstat (limited to 'games')
-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" |