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 | |
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')
-rw-r--r-- | system/barman/barman.SlackBuild | 4 | ||||
-rw-r--r-- | system/barman/barman.info | 8 |
2 files changed, 6 insertions, 6 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} diff --git a/system/barman/barman.info b/system/barman/barman.info index 5c2f9b39aefe9..8f2d703eac9cf 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,10 +1,10 @@ PRGNAM="barman" -VERSION="3.3.0" +VERSION="3.9.0" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/a9/ab/712da2bcce334c60cc3a719d8c1ffdeaedd28c4f966416d937621fed2a10/barman-3.3.0.tar.gz" +DOWNLOAD="https://files.pythonhosted.org/packages/1c/b3/73a31f123ec38998a5ed69ff3d3b654ed0943733b3b704a42b5efe36e3c1/barman-3.9.0.tar.gz" MD5SUM="fa17aa790e7bd8d19e371710f022bc96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-psycopg2 python3-dateutil argcomplete" +REQUIRES="python3-psycopg2 python3-dateutil python3-argcomplete" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |