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