diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2022-12-01 21:15:04 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 11:46:53 +0700 |
commit | 5fbb5c272f2b1d5e81d989c72c1d98b8c85fd9d6 (patch) | |
tree | 2d6650a003725c635b260eea39b36cb629e770e1 /games | |
parent | 0c45f0b884202f9099b2e25a93197391a8060ed0 (diff) |
games/wesnoth: Updated for version 1.16.6
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-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 f1a110741ea24..1cf85a90f94e1 100644 --- a/games/wesnoth/README +++ b/games/wesnoth/README @@ -3,7 +3,7 @@ environment, where players can build an army of different kinds of fighters from races such as elves, dwarves, orcs, trolls, and more. It is a turn-based strategy game on a hexgrid with several challenging -single-player campaigns and different kind of multi-player matches. +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 diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 1f7b8dcb8bfa9..271a88dad0129 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.5} +VERSION=${VERSION:-1.16.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index 2519a788a32b0..0c2c389dcfd87 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -1,8 +1,8 @@ PRGNAM="wesnoth" -VERSION="1.16.5" +VERSION="1.16.6" HOMEPAGE="http://www.wesnoth.org" -DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.16.5.tar.bz2" -MD5SUM="d2b556dfb7d543d520510ba32c0e347d" +DOWNLOAD="http://downloads.sourceforge.net/wesnoth/wesnoth-1.16.6.tar.bz2" +MD5SUM="6fc20dc87ecaac0a24c05acabb715736" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |