mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/log4cplus: upgrade to 2.1.1 and change source
This commit is contained in:
parent
2ce5b44bb2
commit
b227525454
@ -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
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user