games/stone_soup: Updated for version 0.20.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Melik 2017-10-22 08:34:04 +07:00 committed by Willy Sudiarto Raharjo
parent df1c07da24
commit 662685d3f6
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="stone_soup"
VERSION="0.20.0"
VERSION="0.20.1"
HOMEPAGE="https://crawl.develz.org/"
DOWNLOAD="https://crawl.develz.org/release/0.20/stone_soup-0.20.0-nodeps.tar.xz"
MD5SUM="3f87cc090f03a73c6c23da530b45e21c"
DOWNLOAD="https://crawl.develz.org/release/0.20/stone_soup-0.20.1-nodeps.tar.xz"
MD5SUM="3cf7b6ee94af325123cce422fed1f5fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua SDL2_image"