diff options
author | David Melik <dchmelik@gmail.com> | 2022-03-30 14:30:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:15 +0700 |
commit | 7d268e6b5d9fcb541ee3e79016af1da02b719128 (patch) | |
tree | ba7102b3e86902f25e23c7b28096a1653ea2b4fc /games/stone_soup | |
parent | 7febc64d8174169c6b0425d81ba9d78ec28ecb4c (diff) |
games/stone_soup: Updated for version 0.28.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/stone_soup')
-rw-r--r-- | games/stone_soup/stone_soup.SlackBuild | 2 | ||||
-rw-r--r-- | games/stone_soup/stone_soup.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild index 48173ad8774c..ac083f2c168b 100644 --- a/games/stone_soup/stone_soup.SlackBuild +++ b/games/stone_soup/stone_soup.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=stone_soup -VERSION=${VERSION:-0.26.0} +VERSION=${VERSION:-0.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/stone_soup/stone_soup.info b/games/stone_soup/stone_soup.info index 885675768e23..2bf890ae7a0f 100644 --- a/games/stone_soup/stone_soup.info +++ b/games/stone_soup/stone_soup.info @@ -1,8 +1,8 @@ PRGNAM="stone_soup" -VERSION="0.26.0" +VERSION="0.28.0" HOMEPAGE="http://crawl.develz.org/" -DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.26.0/stone_soup-0.26.0-nodeps.tar.xz" -MD5SUM="7d1db2ddad8dc5e7b1ceaa90ead3e48b" +DOWNLOAD="https://github.com/crawl/crawl/releases/download/0.28.0/stone_soup-0.28.0-nodeps.tar.xz" +MD5SUM="c5fd0d441a39b054a3968bf548db9f9a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |