json-c: update to 0.17.

This commit is contained in:
skmpz 2023-08-19 18:29:57 +03:00 committed by Duncan Overbruck
parent c25646a67e
commit ba943d354b
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'json-c'
pkgname=json-c
version=0.16
version=0.17
revision=1
build_style=cmake
configure_args="-DENABLE_THREADING=ON -DBUILD_STATIC_LIBS=ON
@ -11,8 +11,8 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
license="MIT"
homepage="https://json-c.github.io/json-c"
changelog="https://raw.githubusercontent.com/json-c/json-c/master/ChangeLog"
distfiles="https://s3.amazonaws.com/json-c_releases/releases/${pkgname}-${version}.tar.gz"
checksum=8e45ac8f96ec7791eaf3bb7ee50e9c2100bbbc87b8d0f1d030c5ba8a0288d96b
distfiles="https://s3.amazonaws.com/json-c_releases/releases/json-c-${version}.tar.gz"
checksum=7550914d58fb63b2c3546f3ccfbe11f1c094147bd31a69dcd23714d7956159e6
CFLAGS="-Wno-error"