mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/freeciv: updated for version 3.0.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3b6a9ff5da
commit
89bd6cf926
2 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue