network/open-isns: Updated for version 0.101.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce2d5a5e9f
commit
1c49148319
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for open-isns
|
||||
|
||||
# Copyright 2019 Wayne Cuddy USA
|
||||
# Copyright 2021 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=open-isns
|
||||
VERSION=${VERSION:-0.99}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.101}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="open-isns"
|
||||
VERSION="0.99"
|
||||
VERSION="0.101"
|
||||
HOMEPAGE="https://github.com/open-iscsi/open-isns"
|
||||
DOWNLOAD="https://github.com/open-iscsi/open-isns/archive/v0.99/open-isns-0.99.tar.gz"
|
||||
MD5SUM="512413a285c852195b6240d6a0ad7f5b"
|
||||
DOWNLOAD="https://github.com/open-iscsi/open-isns/archive/v0.101/open-isns-0.101.tar.gz"
|
||||
MD5SUM="bd017a07d685b9c87e0da29fc3f899a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue