summaryrefslogtreecommitdiffstats
path: root/network/UDR/UDR.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/UDR/UDR.SlackBuild')
-rw-r--r--network/UDR/UDR.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/network/UDR/UDR.SlackBuild b/network/UDR/UDR.SlackBuild
index 32b64c7cf8..bbec3789c8 100644
--- a/network/UDR/UDR.SlackBuild
+++ b/network/UDR/UDR.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for UDR
-# Copyright 2017-2020, Alexander Verbovetsky, Moscow, Russia
+# Copyright 2017-2024, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=UDR
-VERSION=${VERSION:-0.9.4_774f2e7}
-GITVERSION=${GITVERSION:-774f2e76c58feeb09dc5401fdff4207602b6f088}
+VERSION=${VERSION:-0.9.4_578b97a}
+GITVERSION=${GITVERSION:-578b97a35769b6d2a99215d6d013bdf49a144164}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,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