games/wesnoth: Updated for version 1.16.8
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df9e622049
commit
8f26225059
|
@ -8,7 +8,7 @@ single-player campaigns and different kinds of multi-player matches.
|
|||
If you want to compile the wesnothd server and campaign server you can
|
||||
run the script as follows: SERVER=yes ./wesnoth.SlackBuild
|
||||
|
||||
please note that the server UID and GID are not required at compile
|
||||
Please note that the server UID and GID are not required at compile
|
||||
time but will be required at runtime under the UID/GID specified in
|
||||
the buildscript. You can create the user and group for the wesnoth
|
||||
server as follows:
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wesnoth
|
||||
VERSION=${VERSION:-1.16.6}
|
||||
VERSION=${VERSION:-1.16.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wesnoth"
|
||||
VERSION="1.16.6"
|
||||
VERSION="1.16.8"
|
||||
HOMEPAGE="http://www.wesnoth.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.16.6.tar.bz2"
|
||||
MD5SUM="6fc20dc87ecaac0a24c05acabb715736"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.16.8.tar.bz2"
|
||||
MD5SUM="d2c4e932651045e35c51d79b75579b0d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue