diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-05-27 13:15:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:27 +0700 |
commit | 2a3a429741ef00a8f11bfa4b5f024183dddcf898 (patch) | |
tree | 5de28911311728e695053e6d08d46d264e4c8b6f /system/barman/barman.SlackBuild | |
parent | ccbcd711e741fea939f22dfb61afd79ff2d600a6 (diff) |
system/barman: Updated for version 2.4.
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 43d43e4588f1..07d5595bb8dd 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for barman -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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.3} +VERSION=${VERSION:-2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |