games/stone_soup: Updated for version 0.26.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
This commit is contained in:
David Melik 2021-01-15 18:34:07 +00:00 committed by Dave Woodfall
parent 8b806dac23
commit 1beaa67aa8
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"