diff options
author | Arn0 <yth@ythogtha.org> | 2023-07-03 09:03:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-05 23:44:51 +0700 |
commit | a52d0bbc1bb012dfbb58dc86f221b903fedc55ca (patch) | |
tree | 2b7f7a88ebcc77f6a10349b5db3c37e39a878640 /games | |
parent | a6c7297d12aa640a386576990d7895fb0c641870 (diff) |
games/freeciv: updated for version 3.0.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-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 47fbdeaab6..56c6ccaba2 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.7} -SRCVERSION=${SRCVERSION:-3.0.7} +VERSION=${VERSION:-3.0.8} +SRCVERSION=${SRCVERSION:-3.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index d5498bf002..6ed191554e 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="3.0.7" +VERSION="3.0.8" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.7.tar.xz" -MD5SUM="2fd95934a50878e5bdc5fad753973386" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.8.tar.xz" +MD5SUM="90db1ddc7236fee22faac1bc9ec834d6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |