cJSON: update to 1.7.12.
This commit is contained in:
parent
d2cfff03e9
commit
509f5a05f8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cJSON'
|
# Template file for 'cJSON'
|
||||||
pkgname=cJSON
|
pkgname=cJSON
|
||||||
version=1.7.11
|
version=1.7.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Ultralightweight JSON parser in ANSI C"
|
short_desc="Ultralightweight JSON parser in ANSI C"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/DaveGamble/cJSON"
|
homepage="https://github.com/DaveGamble/cJSON"
|
||||||
distfiles="https://github.com/DaveGamble/cJSON/archive/v${version}.tar.gz"
|
distfiles="https://github.com/DaveGamble/cJSON/archive/v${version}.tar.gz"
|
||||||
checksum=17ace0e31ebd639906983b05fe1d51576b948ca5411c2162f55dd34c122162ca
|
checksum=760687665ab41a5cff9c40b1053c19572bcdaadef1194e5cba1b5e6f824686e7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue