mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/json-c: upgrade to 0.13.1
This commit is contained in:
parent
d3eea2d522
commit
b04a897550
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=json-c
|
pkgname=json-c
|
||||||
pkgver=0.12.1
|
pkgver=0.13.1
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
pkgdesc="A JSON implementation in C"
|
pkgdesc="A JSON implementation in C"
|
||||||
url="https://github.com/json-c/json-c/wiki"
|
url="https://github.com/json-c/json-c/wiki"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -39,7 +39,7 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make check
|
make USE_VALGRIND=0 check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
@ -53,6 +53,4 @@ static() {
|
|||||||
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
|
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums="55f7853f7d8cf664554ce3fa71bf1c7d json-c-0.12.1.tar.gz"
|
sha512sums="e984db2a42b9c95b52c798b2e8dd1b79951a8dcba27370af30c43b9549fbb00008dbcf052a535c528209aaee38e6d1f760168b706905ae72f3e704ed20f8a1a1 json-c-0.13.1.tar.gz"
|
||||||
sha256sums="2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123 json-c-0.12.1.tar.gz"
|
|
||||||
sha512sums="038676a0ce815e5174161fbd4339524feadc294d517f732fb408ad6aa7c4906423451c13386107569d9f24746a1a101564ca511e92e8276c5bf5b8c022ca42ed json-c-0.12.1.tar.gz"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user