diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-05-14 19:54:51 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:22 +0700 |
commit | b56c8b6ffae517409422a54b50ade117921b50af (patch) | |
tree | ac5d7847a8770d0f24838eec63ad786627f46c35 /system/barman/barman.SlackBuild | |
parent | ec5e1d0355362f9937fb213888bf053a993ce379 (diff) | |
download | slackbuilds-b56c8b6ffae517409422a54b50ade117921b50af.tar.gz |
system/barman: Updated for version 2.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/barman/barman.SlackBuild')
-rw-r--r-- | system/barman/barman.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 07d5595bb8..4065ed2a39 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for barman -# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=barman -VERSION=${VERSION:-2.4} +VERSION=${VERSION:-2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |