network/nbd: Update for version 3.13
This commit is contained in:
parent
2a32fe673d
commit
caa1da56a7
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for NBD (Network Block Device)
|
||||
|
||||
# Previously maintained by Stu Miller <slackbuilds@go4it2day.com>
|
||||
# Currently maintained by Christoph Willing <chris.willing@iinet.net.au>
|
||||
# Currently maintained by Christoph Willing <chris.willing@linux.com"
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# 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.
|
||||
|
||||
PRGNAM=nbd
|
||||
VERSION=${VERSION:-3.12.1}
|
||||
VERSION=${VERSION:-3.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nbd"
|
||||
VERSION="3.12.1"
|
||||
VERSION="3.13"
|
||||
HOMEPAGE="http://nbd.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/nbd/nbd-3.12.1.tar.xz"
|
||||
MD5SUM="055eb1c5a95cc6976256dcc84ae63abb"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/nbd/nbd-3.13.tar.xz"
|
||||
MD5SUM="784be37497cc2f9a53c67c8c77d1676d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue