diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-04-02 17:41:02 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:50 +0700 |
commit | 5ba71d7ec46b3ddbcc6deaa9d914aa361b8bfc3e (patch) | |
tree | 1d288c6301c2a7004973e1a6f952f44407b74b9e /network | |
parent | c722988e3620715772f123cd1641273e0a9e1bbb (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')
-rw-r--r-- | network/nbd/nbd.SlackBuild | 7 | ||||
-rw-r--r-- | network/nbd/nbd.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/network/nbd/nbd.SlackBuild b/network/nbd/nbd.SlackBuild index f73c166f3747..9ecb5d019ae2 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 ea2fe012e09c..dbd8a708c6ea 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="" |