system/targetcli-fb: Updated for version 2.1.fb49 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marek Wodzinski 2018-11-30 23:48:40 +01:00 committed by Willy Sudiarto Raharjo
parent 97c230fc04
commit 6994ff1ff5
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 16 additions and 13 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for targetcli-fb # Slackware build script for targetcli-fb
# Copyright 2016 Zach Lewis koni@archlinux.us # Copyright 2016 Zach Lewis koni@archlinux.us
# Copyright 2018 Marek Wodzinski <majek@w7i.pl>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +24,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=targetcli-fb PRGNAM=targetcli-fb
VERSION=${VERSION:-2.1.fb44} VERSION=${VERSION:-2.1.fb49}
RTVERSION=${RTVERSION:-2.1.fb69}
CSVERSION=${CSVERSION:-1.1.fb25}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -55,8 +58,8 @@ else
fi fi
# Declaring for other rtslib and configshell # Declaring for other rtslib and configshell
RTSLIB=rtslib-fb-2.1.fb61 RTSLIB=rtslib-fb-$RTVERSION
CONFIGSHELL=configshell-fb-1.1.fb21 CONFIGSHELL=configshell-fb-$CSVERSION
set -e set -e

View file

@ -1,14 +1,14 @@
PRGNAM="targetcli-fb" PRGNAM="targetcli-fb"
VERSION="2.1.fb44" VERSION="2.1.fb49"
HOMEPAGE="https://github.com/open-iscsi/targetcli-fb" HOMEPAGE="https://github.com/open-iscsi/targetcli-fb"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/targetcli-fb-2.1.fb44.tar.gz \ DOWNLOAD="https://github.com/open-iscsi/targetcli-fb/archive/v2.1.fb49/targetcli-fb-2.1.fb49.tar.gz \
http://ponce.cc/slackware/sources/repo/rtslib-fb-2.1.fb61.tar.gz \ https://github.com/open-iscsi/rtslib-fb/archive/v2.1.fb69/rtslib-fb-2.1.fb69.tar.gz \
http://ponce.cc/slackware/sources/repo/configshell-fb-1.1.fb21.tar.gz" https://github.com/open-iscsi/configshell-fb/archive/v1.1.fb25/configshell-fb-1.1.fb25.tar.gz"
MD5SUM="2f62037545947b20e1c2945b3860c9d6 \ MD5SUM="416eeda8f7ddeb7f00fe98dc1a6245b3 \
4182274dc9f4ad1215cea03ce29b6d1c \ 52aee05f7a67119054b28b0a4248d127 \
d741142e288fe5769d05602bef1b8c76" e4d5394815712f661c04917a429f3e06"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="pyudev pyparsing" REQUIRES="pyudev pyparsing six"
MAINTAINER="Zach Lewis" MAINTAINER="Marek Wodzinski"
EMAIL="koni@archlinux.us" EMAIL="majek@w7i.pl"