log4cplus: update to 2.0.2

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-08-22 12:07:14 +02:00
parent 4ffc20ef4f
commit 216bc555bb
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'log4cplus'
pkgname=log4cplus
version=2.0.1
revision=2
version=2.0.2
revision=1
build_style=gnu-configure
configure_args="--with-working-locale"
short_desc="C++ logger very close to Java's log4j"
@ -10,7 +10,7 @@ license="Apache-2.0"
homepage="https://github.com/log4cplus/log4cplus"
#changelog="https://raw.githubusercontent.com/log4cplus/log4cplus/master/ChangeLog"
distfiles="https://github.com/log4cplus/log4cplus/releases/download/REL_${version//./_}/log4cplus-${version}.tar.xz"
checksum=813580059fd91260376e411b3e09c740aa86dedc5f6a0bd975b9b39d5c4370e6
checksum=8ff4055be749f17f3648694bd5778bfd86d33158cceaa616a50c0299d6035b41
# Reduce log spamming for deprecated auto_ptr
# CXXFLAGS="-Wno-deprecated-declarations"