cJSON: update to 1.7.7.
Closes #14621. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
46e7d83cb3
commit
ed0c0fa8b8
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cJSON'
|
||||
pkgname=cJSON
|
||||
version=1.7.6
|
||||
version=1.7.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Ultralightweight JSON parser in ANSI C"
|
||||
|
@ -8,7 +8,11 @@ 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=d1ca2665b34fea164a877637b4ad1624aa23390fe75de91b88e18c5d6ec91978
|
||||
checksum=6eb9d852a97ffbe149e747f54d63e39a674fa248bb24902a14c079803067949a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
cJSON-devel_package() {
|
||||
depends="cJSON-${version}_${revision}"
|
||||
|
@ -19,4 +23,4 @@ cJSON-devel_package() {
|
|||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue