diff options
author | Arn0 <yth@ythogtha.org> | 2023-02-28 09:44:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:33 +0700 |
commit | 7209daf56c1533e22bdde5160f8ee09191c3e4a6 (patch) | |
tree | 03bcc3f49bd8a60c4533cb2e9cfbbd86a481fd86 /games/freeciv | |
parent | ac942a6815a193c9d20c63b26223bb106a1155b3 (diff) |
games/freeciv: Updated for version 3.0.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeciv')
-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 8df7c01fee75..379fe20cdbbf 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=freeciv -VERSION=${VERSION:-3.0.5} -SRCVERSION=${SRCVERSION:-3.0.5} +VERSION=${VERSION:-3.0.6} +SRCVERSION=${SRCVERSION:-3.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index 4b74b27a064e..9ccc681115e6 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="3.0.5" +VERSION="3.0.6" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.5.tar.xz" -MD5SUM="022a46a4e994ec1f16cc022747babfa5" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.6.tar.xz" +MD5SUM="11a555cd5222a770796407300328051c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |