diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-07 09:28:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 09:28:37 +0700 |
commit | 0415b97466189dabb198ee93def080496afda64a (patch) | |
tree | d5f062d23a26a2f5e9742c5e8ad6ba4115d26ad1 /system | |
parent | 451311675f5c55c07593173bdbbf4913f6233f8e (diff) | |
download | slackbuilds-0415b97466189dabb198ee93def080496afda64a.tar.gz |
system/barman: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 29c2f05bb2..ff218fb288 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.3.3} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/barman/barman.info b/system/barman/barman.info index cdaced3437..bc7b9fa893 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,8 +1,8 @@ PRGNAM="barman" -VERSION="1.3.3" +VERSION="1.4.0" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="http://sourceforge.net/projects/pgbarman/files/1.3.3/barman-1.3.3.tar.gz" -MD5SUM="49f5857a3bae3fa603f124ea50b1e11e" +DOWNLOAD="http://downloads.sourceforge.net/project/pgbarman/1.4.0/barman-1.4.0.tar.gz" +MD5SUM="8f1dece6dc46c5ea469aaba8e7d0fb4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psycopg2 argh python-dateutil argcomplete" |