games/ddnet: Updated for version 18.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
553890e5eb
commit
1f93249ca6
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=ddnet
|
||||
SRCNAM=DDNet
|
||||
VERSION=${VERSION:-18.1}
|
||||
VERSION=${VERSION:-18.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -73,6 +73,9 @@ 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-$PKGVER-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="ddnet"
|
||||
VERSION="18.1"
|
||||
VERSION="18.2"
|
||||
HOMEPAGE="https://ddnet.org/"
|
||||
DOWNLOAD="https://ddnet.org/downloads/DDNet-18.1.tar.xz \
|
||||
DOWNLOAD="https://ddnet.org/downloads/DDNet-18.2.tar.xz \
|
||||
https://static.crates.io/crates/cc/cc-1.0.73.crate \
|
||||
https://static.crates.io/crates/cxx/cxx-1.0.71.crate \
|
||||
https://static.crates.io/crates/cxxbridge-flags/cxxbridge-flags-1.0.71.crate \
|
||||
|
@ -11,7 +11,7 @@ DOWNLOAD="https://ddnet.org/downloads/DDNet-18.1.tar.xz \
|
|||
https://static.crates.io/crates/quote/quote-1.0.20.crate \
|
||||
https://static.crates.io/crates/syn/syn-1.0.98.crate \
|
||||
https://static.crates.io/crates/unicode-ident/unicode-ident-1.0.1.crate"
|
||||
MD5SUM="248c4beb3f27b5f75c209e81cbbd563b \
|
||||
MD5SUM="4da22b3f95ba0c01b0b85e36dd03d604 \
|
||||
8e3a4d0980acef2c4e74485a45de29a9 \
|
||||
fda5c633e604f175e07829961763f18f \
|
||||
a8b59a9c52b44b92ec73248f3c85c608 \
|
||||
|
|
Loading…
Reference in New Issue