diff options
author | Arn0 <yth@ythogtha.org> | 2021-12-10 21:14:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-15 08:52:45 +0700 |
commit | 5aad7c93c160b2ef4b3d4d5edf4a47d76679a933 (patch) | |
tree | f63c53551940ebbdb24c8bcc8477f82b0359c611 | |
parent | d3ec5c50d4a99919ff537a063feb22170d02d549 (diff) | |
download | slackbuilds-5aad7c93c160b2ef4b3d4d5edf4a47d76679a933.tar.gz |
games/freeciv: updated for version 2.6.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 4 | ||||
-rw-r--r-- | games/freeciv/freeciv.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 7236365fd0..19685f7294 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=freeciv -VERSION=${VERSION:-2.6.5} -SRCVERSION=${SRCVERSION:-2.6.5} +VERSION=${VERSION:-2.6.6} +SRCVERSION=${SRCVERSION:-2.6.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index c8b7b708e2..b1f948c4f6 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="2.6.5" +VERSION="2.6.6" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-2.6.5.tar.bz2" -MD5SUM="c78af06440e93d813812199223da14a1" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-2.6.6.tar.bz2" +MD5SUM="2f40775f142b509c0bfc6db89a3a8171" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |