games/wesnoth: Update for version 1.16.2
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
69943e6a63
commit
989e70f8c9
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wesnoth
|
||||
VERSION=${VERSION:-1.16.1}
|
||||
VERSION=${VERSION:-1.16.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wesnoth"
|
||||
VERSION="1.16.1"
|
||||
VERSION="1.16.2"
|
||||
HOMEPAGE="http://www.wesnoth.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.16.1.tar.bz2"
|
||||
MD5SUM="1e05350c9349e4c48c25c3b1cd08debb"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.16.2.tar.bz2"
|
||||
MD5SUM="b7fc032a6a69a451bb9095f87d70014f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue