diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2022-04-08 18:35:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:46:02 +0700 |
commit | 989e70f8c942b2f8bfef28600bbe2306ab99ccbb (patch) | |
tree | a685d2ddbb9dc05d544e77774b68c01fcf4acdc6 /games/wesnoth | |
parent | 69943e6a630ba0a2df2d1a8913b26872f6f8b9f9 (diff) |
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>
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/wesnoth.SlackBuild | 2 | ||||
-rw-r--r-- | games/wesnoth/wesnoth.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 6e1ed53ca279..c4bb94693403 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.1} +VERSION=${VERSION:-1.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/wesnoth/wesnoth.info b/games/wesnoth/wesnoth.info index 6ee91a31ad4e..a233a25b67c7 100644 --- a/games/wesnoth/wesnoth.info +++ b/games/wesnoth/wesnoth.info @@ -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="" |