network/claws-mail: Updated for version 3.15.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2017-10-02 02:03:01 -05:00 committed by Willy Sudiarto Raharjo
parent 5e047981e6
commit 8943a573dc
3 changed files with 4 additions and 8 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=claws-mail
VERSION=${VERSION:-3.15.0}
VERSION=${VERSION:-3.15.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,10 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fix slibtool build errors
zcat $CWD/claws-mail-configure.patch.gz | patch -p1
autoreconf -fi
CFLAGS="$SLKCFLAGS" \
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="claws-mail"
VERSION="3.15.0"
VERSION="3.15.1"
HOMEPAGE="http://www.claws-mail.org/"
DOWNLOAD="http://www.claws-mail.org//releases/claws-mail-3.15.0.tar.xz"
MD5SUM="1769920226de3b744a8ab6a987caae55"
DOWNLOAD="http://www.claws-mail.org//releases/claws-mail-3.15.1.tar.xz"
MD5SUM="d4efd5723742155207c31ff2682d7f8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libetpan"