mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/nbd: Updated for version 3.19
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
11ba70f4ec
commit
d3b2a47e18
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for NBD (Network Block Device)
|
# Slackware build script for NBD (Network Block Device)
|
||||||
|
|
||||||
# Previously maintained by Stu Miller <slackbuilds@go4it2day.com>
|
# Previously maintained by Stu Miller <slackbuilds@go4it2day.com>
|
||||||
# Maintained 2013-2018 by Christoph Willing, Brisbane Australia
|
# Maintained 2013-2019 by Christoph Willing, Brisbane Australia
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are
|
# modification, are permitted provided that the following conditions are
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=nbd
|
PRGNAM=nbd
|
||||||
VERSION=${VERSION:-3.18}
|
VERSION=${VERSION:-3.19}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="nbd"
|
PRGNAM="nbd"
|
||||||
VERSION="3.18"
|
VERSION="3.19"
|
||||||
HOMEPAGE="http://nbd.sourceforge.net/"
|
HOMEPAGE="https://nbd.sourceforge.io/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/nbd/nbd-3.18.tar.xz"
|
DOWNLOAD="https://downloads.sourceforge.net/nbd/nbd-3.19.tar.xz"
|
||||||
MD5SUM="694d4f700d30fcb556972ff9538b4e10"
|
MD5SUM="162da84302abb5b9be06143c7943a642"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue