diff options
author | David Melik <dchmelik@gmail.com> | 2020-01-08 04:59:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-08 04:59:31 +0700 |
commit | 3eb7c245fbaecb416f5dfba8f029ce41ce27a2ea (patch) | |
tree | 6557938a5c0104fa54a20c3e44dcdef278c65029 /games | |
parent | db9d4df499f59d8f58e98d0b0f3e1202041efff6 (diff) | |
download | slackbuilds-3eb7c245fbaecb416f5dfba8f029ce41ce27a2ea.tar.gz |
games/stone_soup: Updated for version 0.24.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 27a37cfe86..b0a272f2a7 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 2019, SlackBuilds.org Project, David Melik, Spokane, WA, USA +# Copyright 2020, 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.23.2} +VERSION=${VERSION:-0.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/stone_soup/stone_soup.info b/games/stone_soup/stone_soup.info index f34211e50c..21f9dad368 100644 --- a/games/stone_soup/stone_soup.info +++ b/games/stone_soup/stone_soup.info @@ -1,8 +1,8 @@ PRGNAM="stone_soup" -VERSION="0.23.2" +VERSION="0.24.0" HOMEPAGE="https://crawl.develz.org/" -DOWNLOAD="https://crawl.develz.org/release/0.23/stone_soup-0.23.2-nodeps.tar.xz" -MD5SUM="a1cbcbfd909727c2ec29a8120ca3e807" +DOWNLOAD="https://crawl.develz.org/release/0.24/stone_soup-0.24.0-nodeps.tar.xz" +MD5SUM="49b1424ec0713e117c84085541a84071" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua PyYAML SDL2_image" |