cJSON: update to 1.7.11.
This commit is contained in:
parent
4d6265f1d8
commit
840fc7cbfd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cJSON'
|
||||
pkgname=cJSON
|
||||
version=1.7.10
|
||||
version=1.7.11
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Ultralightweight JSON parser in ANSI C"
|
||||
|
@ -8,7 +8,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/DaveGamble/cJSON"
|
||||
distfiles="https://github.com/DaveGamble/cJSON/archive/v${version}.tar.gz"
|
||||
checksum=cc544fdd065f3dd19113f1d5ba5f61d696e0f810f291f4b585d1dec361b0188e
|
||||
checksum=17ace0e31ebd639906983b05fe1d51576b948ca5411c2162f55dd34c122162ca
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue