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:
Edward W. Koenig 2023-02-14 17:04:13 -08:00 committed by Willy Sudiarto Raharjo
parent df9e622049
commit 8f26225059
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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