diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-04 16:44:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-05 09:31:00 +0700 |
commit | 2d4b5e64bd2836dd6e223ff1e00c8ac1e49adf2b (patch) | |
tree | 83db308a6f8f17dddac2acfa625aa8fb2c8e9a84 /games | |
parent | 1554d21f21e4d3d18e5142f7ea8d828a2f6bf6dd (diff) |
games/freeciv: updated for version 3.1.4
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 49eb0ed3d2..ba22b341f8 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.1.3} -SRCVERSION=${SRCVERSION:-3.1.3} +VERSION=${VERSION:-3.1.4} +SRCVERSION=${SRCVERSION:-3.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index a3cd0e9784..499ff5b961 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="3.1.3" +VERSION="3.1.4" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.1.3.tar.xz" -MD5SUM="c06d28fac18aac532d7e9b672393a0d7" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.1.4.tar.xz" +MD5SUM="189e9cc40457b7764cb7216022c34f53" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |