games/stone_soup: Updated for version 0.23.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Melik 2019-06-09 12:35:55 +07:00 committed by Willy Sudiarto Raharjo
parent 87c59236fc
commit 7befa8a9cc
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for Dungeon Crawl Stone Soup
# Copyright 2017, SlackBuilds.org Project, David Melik, Spokane, WA, USA
# Copyright 2019, 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.0}
VERSION=${VERSION:-0.23.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="stone_soup"
VERSION="0.23.0"
HOMEPAGE="https://crawl.develz.org/"
DOWNLOAD="https://crawl.develz.org/release/0.23/stone_soup-0.23.0-nodeps.tar.xz"
MD5SUM="df7b1060478a89735d535facaba1b519"
DOWNLOAD="https://crawl.develz.org/release/0.23/stone_soup-0.23.2-nodeps.tar.xz"
MD5SUM="a1cbcbfd909727c2ec29a8120ca3e807"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua PyYAML SDL2_image"