json-c: update to 0.12.1.

This commit is contained in:
Michael Gehring 2016-06-07 17:04:59 +02:00
parent 08fbf9ef09
commit 2890e0cccf

View file

@ -1,6 +1,6 @@
# Template build file for 'json-c'. # Template build file for 'json-c'.
pkgname=json-c pkgname=json-c
version=0.12 version=0.12.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake libtool" hostmakedepends="automake libtool"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT" license="MIT"
homepage="http://oss.metaparadigm.com/$pkgname" homepage="http://oss.metaparadigm.com/$pkgname"
distfiles="https://s3.amazonaws.com/json-c_releases/releases/$pkgname-$version.tar.gz" distfiles="https://s3.amazonaws.com/json-c_releases/releases/$pkgname-$version.tar.gz"
checksum=000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f checksum=2a136451a7932d80b7d197b10441e26e39428d67b1443ec43bbba824705e1123
CFLAGS="-Wno-error" CFLAGS="-Wno-error"