summaryrefslogtreecommitdiffstats
path: root/network/nbd
diff options
context:
space:
mode:
author Christoph Willing2022-04-02 09:41:02 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:18:50 +0200
commit5ba71d7ec46b3ddbcc6deaa9d914aa361b8bfc3e (patch)
tree1d288c6301c2a7004973e1a6f952f44407b74b9e /network/nbd
parentc722988e3620715772f123cd1641273e0a9e1bbb (diff)
downloadslackbuilds-5ba71d7ec46b3ddbcc6deaa9d914aa361b8bfc3e.tar.gz
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')
-rw-r--r--network/nbd/nbd.SlackBuild7
-rw-r--r--network/nbd/nbd.info6
2 files changed, 5 insertions, 8 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
diff --git a/network/nbd/nbd.info b/network/nbd/nbd.info
index ea2fe012e0..dbd8a708c6 100644
--- a/network/nbd/nbd.info
+++ b/network/nbd/nbd.info
@@ -1,8 +1,8 @@
PRGNAM="nbd"
-VERSION="3.23"
+VERSION="3.24"
HOMEPAGE="https://nbd.sourceforge.io/"
-DOWNLOAD="https://downloads.sourceforge.net/nbd/nbd-3.23.tar.xz"
-MD5SUM="c35397bd2c4d53bb9f14523463357096"
+DOWNLOAD="https://downloads.sourceforge.net/nbd/nbd-3.24.tar.xz"
+MD5SUM="a6d9e7bbc311a2ed07ef84a58b82b5dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""