log4cplus: update to 1.2.1

This commit is contained in:
Jürgen Buchmüller 2018-02-04 20:47:32 +01:00
parent 3038d91586
commit 65f9eacc26
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'log4cplus'
pkgname=log4cplus
version=1.2.0
revision=2
version=1.2.1
revision=1
build_style=gnu-configure
configure_args="--with-working-locale"
short_desc="C++ logger very close to Java's log4j"
@ -9,7 +9,7 @@ maintainer="Juergen Buchmueller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://log4cplus.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=93aa5b26425f0b1596c5e5b3d58916988fdd83b359a02ca59878eb5c7c2ec6c2
checksum=09899274d18af7ec845ef2c36a86b446a03f6b0e3b317d96d89447007ebed0fc
# Reduce log spamming for deprecated auto_ptr
CXXFLAGS="-Wno-deprecated-declarations"