summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2017-01-09 06:10:43 +0200
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:17:26 +0000
commit83da67022fc3e4aaf34f0ac0f3c6874478095de3 (patch)
treec9a07b625e3879503efd1a93ef43e6cef2a4e050 /system
parentda7d2d0bf29f18ced3b30abe59d9f617cfade739 (diff)
downloadslackbuilds-83da67022fc3e4aaf34f0ac0f3c6874478095de3.tar.gz
slackbuilds-83da67022fc3e4aaf34f0ac0f3c6874478095de3.tar.xz
system/barman: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/barman/barman.SlackBuild6
-rw-r--r--system/barman/barman.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild
index e6d12c6ddd..6490b525f7 100644
--- a/system/barman/barman.SlackBuild
+++ b/system/barman/barman.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for barman
-# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=barman
-VERSION=${VERSION:-2.0}
+VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,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 $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS ChangeLog LICENSE NEWS README.rst $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 378df2de3e..6f744de9d7 100644
--- a/system/barman/barman.info
+++ b/system/barman/barman.info
@@ -1,8 +1,8 @@
PRGNAM="barman"
-VERSION="2.0"
+VERSION="2.1"
HOMEPAGE="http://www.pgbarman.org/"
-DOWNLOAD="https://pypi.python.org/packages/3a/c6/ae5380ad11e03b89d10da9b02b5bef53b3bc623a057dc6ad46005901a565/barman-2.0.tar.gz"
-MD5SUM="feb493fe3bed43a8b5e9a29acda5c661"
+DOWNLOAD="https://pypi.python.org/packages/fc/07/3748987e359cbb6e2975a50ce0d47adb788a429fc4b2b4c3e0a0c94b8906/barman-2.1.tar.gz"
+MD5SUM="2873d6c0bb86298e7c7324af86649e80"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="psycopg2 argh python-dateutil argcomplete"