aboutsummaryrefslogtreecommitdiffstats
path: root/main/json-c
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-03-27 19:28:50 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-19 10:12:15 +0000
commitb04a897550e9882ccba2ccee32f0fc6ec0513378 (patch)
tree2c2f7720587763744006cd6b0dc015bce60a934a /main/json-c
parentd3eea2d522e92713a2f3dddae9708aaac8e0b529 (diff)
downloadaports-b04a897550e9882ccba2ccee32f0fc6ec0513378.tar.bz2
aports-b04a897550e9882ccba2ccee32f0fc6ec0513378.tar.xz
main/json-c: upgrade to 0.13.1
Diffstat (limited to 'main/json-c')
-rw-r--r--main/json-c/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/main/json-c/APKBUILD b/main/json-c/APKBUILD
index a4f4e6a82b..de361f308c 100644
--- a/main/json-c/APKBUILD
+++ b/main/json-c/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=json-c
-pkgver=0.12.1
-pkgrel=3
+pkgver=0.13.1
+pkgrel=0
pkgdesc="A JSON implementation in C"
url="https://github.com/json-c/json-c/wiki"
arch="all"
@@ -39,7 +39,7 @@ build() {
check() {
cd "$builddir"
- make check
+ make USE_VALGRIND=0 check
}
package() {
@@ -53,6 +53,4 @@ static() {
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
}
-md5sums="55f7853f7d8cf664554ce3fa71bf1c7d json-c-0.12.1.tar.gz"
-sha256sums="2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123 json-c-0.12.1.tar.gz"
-sha512sums="038676a0ce815e5174161fbd4339524feadc294d517f732fb408ad6aa7c4906423451c13386107569d9f24746a1a101564ca511e92e8276c5bf5b8c022ca42ed json-c-0.12.1.tar.gz"
+sha512sums="e984db2a42b9c95b52c798b2e8dd1b79951a8dcba27370af30c43b9549fbb00008dbcf052a535c528209aaee38e6d1f760168b706905ae72f3e704ed20f8a1a1 json-c-0.13.1.tar.gz"