main/log4cplus: upgrade to 2.1.1 and change source

This commit is contained in:
Jakub Jirutka 2023-11-18 22:50:24 +01:00
parent 2ce5b44bb2
commit b227525454

View File

@ -1,14 +1,18 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=log4cplus
pkgver=2.1.0
pkgrel=2
pkgver=2.1.1
pkgrel=0
pkgdesc="Logging Framework for C++"
url="https://sourceforge.net/p/log4cplus/wiki/Home/"
url="https://github.com/log4cplus/log4cplus"
arch="all"
license="Apache-2.0 AND BSD-2-Clause"
checkdepends="findutils"
subpackages="$pkgname-static $pkgname-dev $pkgname-unicode"
source="https://downloads.sourceforge.net/log4cplus/log4cplus-$pkgver.tar.xz"
subpackages="
$pkgname-static
$pkgname-dev
$pkgname-unicode
"
source="https://github.com/log4cplus/log4cplus/releases/download/REL_${pkgver//./_}/log4cplus-$pkgver.tar.xz"
build() {
./configure \
@ -46,5 +50,5 @@ unicode() {
}
sha512sums="
a0dc2cad2f10042ea561075adb7adcde5aedae4e4a3bf707fba4b619961e4e4c126410e1ecc003213a07e03d2576f1825444f76a26b7964b5656efb5dfc50637 log4cplus-2.1.0.tar.xz
7cb03b7e230c3ec775eaf91ed32860e8d5e8015fa07713312c7febd379ec5a05758ef861b8cddf7a8776c8981c0948dff0baccf0aa9ce07540de7e2864669b74 log4cplus-2.1.1.tar.xz
"