From f628401e989f775aff2ec2f843ab47097d0bf7af Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 21 Dec 2022 17:37:33 +0200 Subject: system/barman: Updated for version 3.3.0. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- system/barman/barman.SlackBuild | 6 +++--- system/barman/barman.info | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'system') diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index b0689711f3..922031d15c 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for barman -# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2022 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:-2.10} +VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,7 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog LICENSE NEWS README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS LICENSE NEWS README.rst doc/*.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/barman/barman.info b/system/barman/barman.info index cd060f9938..5c2f9b39ae 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,10 +1,10 @@ PRGNAM="barman" -VERSION="2.10" +VERSION="3.3.0" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/cc/fb/dca92b36ca6c77da2e8d69382666069504ce6d9ec846bb81a0f81fc9f0ce/barman-2.10.tar.gz" -MD5SUM="6ae19fc6cd493b296f7b8514992440d9" +DOWNLOAD="https://files.pythonhosted.org/packages/a9/ab/712da2bcce334c60cc3a719d8c1ffdeaedd28c4f966416d937621fed2a10/barman-3.3.0.tar.gz" +MD5SUM="fa17aa790e7bd8d19e371710f022bc96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-psycopg2 argh python3-dateutil argcomplete" +REQUIRES="python3-psycopg2 python3-dateutil argcomplete" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3-80-g2a13