diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-20 19:11:16 +0300 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-20 19:11:16 +0300 |
commit | df22aa9b5d800530b4666e21524cfdad09897dde (patch) | |
tree | 00f9b54f36ed0a2053717a6e2bd66ddd2d028acf /system/barman | |
parent | 48510ea9c539815315b53a2a6f3cead9c520ccd9 (diff) | |
download | slackbuilds-df22aa9b5d800530b4666e21524cfdad09897dde.tar.gz |
system/barman: Updated for version 1.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/barman')
-rw-r--r-- | system/barman/barman.SlackBuild | 2 | ||||
-rw-r--r-- | system/barman/barman.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index fd9161368f..4743074e81 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.6.1a1} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/barman/barman.info b/system/barman/barman.info index 874022b552..5a8d60b50b 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,8 +1,8 @@ PRGNAM="barman" -VERSION="1.6.1a1" +VERSION="1.6.1" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="http://downloads.sourceforge.net/project/pgbarman/1.6.1a1/barman-1.6.1a1.tar.gz" -MD5SUM="3e58eb22b6488f3be38850353849adcd" +DOWNLOAD="https://pypi.python.org/packages/58/7f/22c4fa519eab1f9ea4fc6886c08761f5786f30026f532aa58a6ee32febfd/barman-1.6.1.tar.gz" +MD5SUM="de10e59c908f76ca91173295847f6909" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psycopg2 argh python-dateutil argcomplete" |