diff options
author | Marek Wodzinski <majek@w7i.pl> | 2018-11-30 23:48:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:23:51 +0700 |
commit | 6994ff1ff580512e16efb23a6dc0772aa65c9d36 (patch) | |
tree | d310f2dc28b0dec15bc22d6e682f02f4cff626ef /system/targetcli-fb/targetcli-fb.SlackBuild | |
parent | 97c230fc04746248dfc40231543bad2d351fcfc0 (diff) |
system/targetcli-fb: Updated for version 2.1.fb49 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/targetcli-fb/targetcli-fb.SlackBuild')
-rw-r--r-- | system/targetcli-fb/targetcli-fb.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/system/targetcli-fb/targetcli-fb.SlackBuild b/system/targetcli-fb/targetcli-fb.SlackBuild index 0c6e63da0171d..084a79d396ea2 100644 --- a/system/targetcli-fb/targetcli-fb.SlackBuild +++ b/system/targetcli-fb/targetcli-fb.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for targetcli-fb # Copyright 2016 Zach Lewis koni@archlinux.us +# Copyright 2018 Marek Wodzinski <majek@w7i.pl> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 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} TAG=${TAG:-_SBo} @@ -55,8 +58,8 @@ else fi # Declaring for other rtslib and configshell -RTSLIB=rtslib-fb-2.1.fb61 -CONFIGSHELL=configshell-fb-1.1.fb21 +RTSLIB=rtslib-fb-$RTVERSION +CONFIGSHELL=configshell-fb-$CSVERSION set -e |