summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-11-17 03:12:57 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-21 11:44:13 +0700
commit0b758b6bb053bce0bc663c8e4619157d04e71c6f (patch)
tree6613f9249d99728363f68704aa068a2b43da5952
parent12821c6d62470e4f2c4142387bccbafcfa3ea411 (diff)
downloadslackbuilds-0b758b6bb053bce0bc663c8e4619157d04e71c6f.tar.gz
slackbuilds-0b758b6bb053bce0bc663c8e4619157d04e71c6f.tar.xz
system/barman: Updated for version 1.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--system/barman/barman.SlackBuild4
-rw-r--r--system/barman/barman.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild
index fb236f6f46..61988287e0 100644
--- a/system/barman/barman.SlackBuild
+++ b/system/barman/barman.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=barman
-VERSION=${VERSION:-1.5.0}
+VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/${PRGNAM}_$VERSION.orig.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/system/barman/barman.info b/system/barman/barman.info
index 921ffd9206..663305046c 100644
--- a/system/barman/barman.info
+++ b/system/barman/barman.info
@@ -1,8 +1,8 @@
PRGNAM="barman"
-VERSION="1.5.0"
+VERSION="1.5.1"
HOMEPAGE="http://www.pgbarman.org/"
-DOWNLOAD="http://http.debian.net/debian/pool/main/b/barman/barman_1.5.0.orig.tar.gz"
-MD5SUM="5be5a0fcca1f713ace085a399ee0ab8c"
+DOWNLOAD="http://downloads.sourceforge.net/project/pgbarman/1.5.1/barman-1.5.1.tar.gz"
+MD5SUM="637afad2441dcd8d58d3085dcf4d0ee2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="psycopg2 argh python-dateutil argcomplete"