diff options
-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 388b99c9de58..29c2f05bb265 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 38497dab0ab3..cdaced343736 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" |