aboutsummaryrefslogtreecommitdiff
path: root/network/nbd/nbd.SlackBuild
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2022-04-02 17:41:02 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:18:50 +0700
commit5ba71d7ec46b3ddbcc6deaa9d914aa361b8bfc3e (patch)
tree1d288c6301c2a7004973e1a6f952f44407b74b9e /network/nbd/nbd.SlackBuild
parentc722988e3620715772f123cd1641273e0a9e1bbb (diff)
network/nbd: Updated for version 3.24
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nbd/nbd.SlackBuild')
-rw-r--r--network/nbd/nbd.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/network/nbd/nbd.SlackBuild b/network/nbd/nbd.SlackBuild
index f73c166f37..9ecb5d019a 100644
--- a/network/nbd/nbd.SlackBuild
+++ b/network/nbd/nbd.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for NBD (Network Block Device)
# Previously maintained by Stu Miller <slackbuilds@go4it2day.com>
-# Maintained 2013-2021 by Christoph Willing, Brisbane Australia
+# Maintained 2013-2022 by Christoph Willing, Brisbane Australia
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -34,7 +34,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nbd
-VERSION=${VERSION:-3.23}
+VERSION=${VERSION:-3.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -47,9 +47,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