diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-11-02 16:55:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-04 16:41:34 +0700 |
commit | ae95b6f258a4ad2d1d7bf2a9088d80618150948a (patch) | |
tree | b8bef0b7eb6eefe7cb6e11ba1f009f8a3d0ea87d /system/barman/barman.SlackBuild | |
parent | eea722cacd92d3610c69ef551bbfa0c47e91c458 (diff) |
system/barman: Updated for version 3.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 922031d15c3e9..a20736d08d049 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for barman -# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=barman -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |