diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-08-19 16:15:15 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-22 21:57:31 +0700 |
commit | 9f684f2bbebed67debf8fe6267b373ab297671fd (patch) | |
tree | 77608c8b26eb2acf351005c2a59381b955ea0eac | |
parent | 84b81fccdf056ae8193d39fcca4c4486d685439d (diff) | |
download | slackbuilds-9f684f2bbebed67debf8fe6267b373ab297671fd.tar.gz |
system/barman: Updated for version 1.3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | system/barman/barman.SlackBuild | 5 | ||||
-rw-r--r-- | system/barman/barman.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild index 388b99c9de..29c2f05bb2 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.2} +VERSION=${VERSION:-1.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,8 +80,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog LICENSE INSTALL NEWS README PKG-INFO \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS ChangeLog LICENSE NEWS README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/barman/barman.info b/system/barman/barman.info index 38497dab0a..cdaced3437 100644 --- a/system/barman/barman.info +++ b/system/barman/barman.info @@ -1,8 +1,8 @@ PRGNAM="barman" -VERSION="1.3.2" +VERSION="1.3.3" HOMEPAGE="http://www.pgbarman.org/" -DOWNLOAD="https://pypi.python.org/packages/source/b/barman/barman-1.3.2.tar.gz" -MD5SUM="fe6b8c9796797dccd439345c11893bed" +DOWNLOAD="http://sourceforge.net/projects/pgbarman/files/1.3.3/barman-1.3.3.tar.gz" +MD5SUM="49f5857a3bae3fa603f124ea50b1e11e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="psycopg2 argh python-dateutil argcomplete" |