mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
jsoncpp: update to 1.8.2.
This commit is contained in:
parent
5f36dfcf70
commit
f6f5f7c937
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'jsoncpp'.
|
# Template build file for 'jsoncpp'.
|
||||||
pkgname=jsoncpp
|
pkgname=jsoncpp
|
||||||
version=1.8.1
|
version=1.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_STATIC_LIBS=1 -DBUILD_SHARED_LIBS=1 -DJSONCPP_WITH_TESTS=0"
|
configure_args="-DBUILD_STATIC_LIBS=1 -DBUILD_SHARED_LIBS=1 -DJSONCPP_WITH_TESTS=0"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Public Domain, MIT"
|
license="Public Domain, MIT"
|
||||||
homepage="https://github.com/open-source-parsers/jsoncpp"
|
homepage="https://github.com/open-source-parsers/jsoncpp"
|
||||||
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=858db2faf348f89fdf1062bd3e79256772e897e7f17df73e0624edf004f2f9ac
|
checksum=811f5aee20df2ef0868a73a976ec6f9aab61f4ca71c66eddf38094b2b3078eef
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue