system/s3ql: Updated for version 2.16.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-03-02 19:00:35 +01:00 committed by Willy Sudiarto Raharjo
parent f413511ddb
commit 88c17c2adb
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for "s3ql".
# Copyright 2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=s3ql
VERSION=${VERSION:-2.15}
VERSION=${VERSION:-2.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="s3ql"
VERSION="2.15"
VERSION="2.16"
HOMEPAGE="https://bitbucket.org/nikratio/s3ql/"
DOWNLOAD="https://bitbucket.org/nikratio/s3ql/downloads/s3ql-2.15.tar.bz2"
MD5SUM="8a856f86b18b4a5887cf87345f052c3e"
DOWNLOAD="https://bitbucket.org/nikratio/s3ql/downloads/s3ql-2.16.tar.bz2"
MD5SUM="2025f88cbc048856ad350246c56ff138"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-dugong python3-defusedxml python3-pycrypto python-requests llfuse apsw"