diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2023-02-14 17:04:13 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:51 +0700 |
commit | 8f26225059ab74ea909e1a133d11768dd280431b (patch) | |
tree | 8de93a0733d44b801c5c13e4d1b95ca952bc162b | |
parent | df9e622049f699b521dd8fee218c90d39877860a (diff) |
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>
-rw-r--r-- | games/wesnoth/README | 2 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 2 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games/wesnoth/README b/games/wesnoth/README index 1cf85a90f94e1..0bdd0df0d8a0f 100644 --- a/games/wesnoth/README +++ b/games/wesnoth/README @@ -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: diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 271a88dad0129..36c3a8d7fa74c 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -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} diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index 0c2c389dcfd87..e0d245630e545 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -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="" |