system/barman: Updated for version 1.4.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-05-05 19:54:53 +03:00 committed by Willy Sudiarto Raharjo
parent c0d516a2de
commit 4de45ebfb8
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for barman
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014 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:-1.4.0}
VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="barman"
VERSION="1.4.0"
VERSION="1.4.1"
HOMEPAGE="http://www.pgbarman.org/"
DOWNLOAD="http://downloads.sourceforge.net/project/pgbarman/1.4.0/barman-1.4.0.tar.gz"
MD5SUM="8f1dece6dc46c5ea469aaba8e7d0fb4b"
DOWNLOAD="http://downloads.sourceforge.net/project/pgbarman/1.4.1/barman-1.4.1.tar.gz"
MD5SUM="c055c1168e3ee941a94cddfdf74af5cb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="psycopg2 argh python-dateutil argcomplete"