diff options
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 922031d15c..a20736d08d 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 5c2f9b39ae..8f2d703eac 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" |