diff options
author | Arn0 <yth@ythogtha.org> | 2022-06-30 11:33:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-01 10:17:46 +0700 |
commit | 89bd6cf926da71575de229905345331b0acccefa (patch) | |
tree | 04cf241c5f55c1f894457b9e9f9065f6248d58f0 /games | |
parent | 3b6a9ff5daefb5d0a9a2a5773d2b6d9464ec5a64 (diff) |
games/freeciv: updated for version 3.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 9 | ||||
-rw-r--r-- | games/freeciv/freeciv.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 29cd66b5edc6..2126c2d3e73a 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -30,9 +30,9 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=freeciv -VERSION=${VERSION:-3.0.1} -SRCVERSION=${SRCVERSION:-3.0.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.0.2} +SRCVERSION=${SRCVERSION:-3.0.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -44,9 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/games/freeciv/freeciv.info b/games/freeciv/freeciv.info index 49ca98d26420..acb0ebf23df8 100644 --- a/games/freeciv/freeciv.info +++ b/games/freeciv/freeciv.info @@ -1,8 +1,8 @@ PRGNAM="freeciv" -VERSION="3.0.1" +VERSION="3.0.2" HOMEPAGE="http://www.freeciv.org" -DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.1.tar.xz" -MD5SUM="a3a12d0005172183ae54b22c85d53091" +DOWNLOAD="http://files.freeciv.org/stable/freeciv-3.0.2.tar.xz" +MD5SUM="fbbeeb0740a513b74677e035a0ba507e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |