diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-05-27 13:15:20 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:27 +0700 |
commit | 2a3a429741ef00a8f11bfa4b5f024183dddcf898 (patch) | |
tree | 5de28911311728e695053e6d08d46d264e4c8b6f | |
parent | ccbcd711e741fea939f22dfb61afd79ff2d600a6 (diff) | |
download | slackbuilds-2a3a429741ef00a8f11bfa4b5f024183dddcf898.tar.gz |
system/barman: Updated for version 2.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | system/barman/barman.SlackBuild | 4 | ||||
-rw-r--r-- | system/barman/barman.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 43d43e4588..07d5595bb8 100644 --- a/system/barman/barman.SlackBuild +++ b/system/barman/barman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for barman -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 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.3} +VERSION=${VERSION:-2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/barman/barman.info b/system/barman/barman.info index 6a60b9e258..ee78012fe6 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,8 +1,8 @@ PRGNAM="barman" -VERSION="2.3" +VERSION="2.4" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="https://pypi.python.org/packages/60/34/087699b4eea0e66ec29aeadf8e6c694ba4e6db0343ad06c24d2270009399/barman-2.3.tar.gz" -MD5SUM="d7478c94f7e2d928987a04132695b91b" +DOWNLOAD="https://files.pythonhosted.org/packages/6b/37/862e1394617d78a325ae51b430d19b833358f3c76bc4a796b5493e25e327/barman-2.4.tar.gz" +MD5SUM="ad3f4d5f5ea2014108e33796311205bf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psycopg2 argh python-dateutil argcomplete" |