diff options
author | i3slkiller <i3sl.1.3.3.0@gmail.com> | 2024-05-03 08:49:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:45:15 +0700 |
commit | 1f93249ca6fabd73f514ce4581fac1e9a38e855d (patch) | |
tree | 52408d77102ed7f804a2c550a905aa492629edfd /games | |
parent | 553890e5ebc9638986e94e197aceb9a2b0a245e4 (diff) |
games/ddnet: Updated for version 18.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/ddnet/ddnet.SlackBuild | 5 | ||||
-rw-r--r-- | games/ddnet/ddnet.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games/ddnet/ddnet.SlackBuild b/games/ddnet/ddnet.SlackBuild index 9c0505f2977c3..4f29fbef88c72 100644 --- a/games/ddnet/ddnet.SlackBuild +++ b/games/ddnet/ddnet.SlackBuild @@ -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 diff --git a/games/ddnet/ddnet.info b/games/ddnet/ddnet.info index 718eaa839f5a9..069312d0bbd3d 100644 --- a/games/ddnet/ddnet.info +++ b/games/ddnet/ddnet.info @@ -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 \ |