aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv/freeciv.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-06-30 11:33:40 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-01 10:17:46 +0700
commit89bd6cf926da71575de229905345331b0acccefa (patch)
tree04cf241c5f55c1f894457b9e9f9065f6248d58f0 /games/freeciv/freeciv.SlackBuild
parent3b6a9ff5daefb5d0a9a2a5773d2b6d9464ec5a64 (diff)
games/freeciv: updated for version 3.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeciv/freeciv.SlackBuild')
-rw-r--r--games/freeciv/freeciv.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild
index 29cd66b5edc66..2126c2d3e73aa 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