mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
jsoncpp: update to 1.8.1.
This commit is contained in:
parent
0be075b627
commit
7500a2bced
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.0
|
version=1.8.1
|
||||||
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=5deb2462cbf0c0121c9d6c9823ec72fe71417e34242e3509bc7c003d526465bc
|
checksum=858db2faf348f89fdf1062bd3e79256772e897e7f17df73e0624edf004f2f9ac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue