jsoncpp: update to 1.8.3. (soname bump)
This commit is contained in:
parent
cfd4a1ee60
commit
28a146c737
|
@ -1171,7 +1171,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
|
||||||
libre2.so.0 re2-2015.07.01_1
|
libre2.so.0 re2-2015.07.01_1
|
||||||
libminizip.so.1 minizip-1.2.7_1
|
libminizip.so.1 minizip-1.2.7_1
|
||||||
libsrtp.so.1 libsrtp-1.5.4_1
|
libsrtp.so.1 libsrtp-1.5.4_1
|
||||||
libjsoncpp.so.11 jsoncpp-1.7.7_1
|
libjsoncpp.so.19 jsoncpp-1.8.3_1
|
||||||
libesmtp.so.6 libesmtp-1.0.6_4
|
libesmtp.so.6 libesmtp-1.0.6_4
|
||||||
libcaca.so.0 libcaca-0.99.beta18_3
|
libcaca.so.0 libcaca-0.99.beta18_3
|
||||||
libcaca++.so.0 libcaca-0.99.beta18_3
|
libcaca++.so.0 libcaca-0.99.beta18_3
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'jsoncpp'.
|
# Template build file for 'jsoncpp'.
|
||||||
pkgname=jsoncpp
|
pkgname=jsoncpp
|
||||||
version=1.8.2
|
version=1.8.3
|
||||||
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=811f5aee20df2ef0868a73a976ec6f9aab61f4ca71c66eddf38094b2b3078eef
|
checksum=3671ba6051e0f30849942cc66d1798fdf0362d089343a83f704c09ee7156604f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue