summaryrefslogtreecommitdiffstats
path: root/system/barman
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-12-21 17:37:33 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-23 10:11:51 +0700
commitf628401e989f775aff2ec2f843ab47097d0bf7af (patch)
tree729ff0ea4d29cba59579b19f21adbc616eea8d6d /system/barman
parent8af5464d3171c3e4fc5e1d4d09f75af8054a7668 (diff)
downloadslackbuilds-f628401e989f775aff2ec2f843ab47097d0bf7af.tar.gz
slackbuilds-f628401e989f775aff2ec2f843ab47097d0bf7af.tar.xz
system/barman: Updated for version 3.3.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.SlackBuild6
-rw-r--r--system/barman/barman.info8
2 files changed, 7 insertions, 7 deletions
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"