games/freeciv: updated for version 3.0.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-06-30 11:33:40 +02:00 committed by Willy Sudiarto Raharjo
parent 3b6a9ff5da
commit 89bd6cf926
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 9 deletions

View file

@ -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

View file

@ -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=""