mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/jsoncpp: Updated for version 1.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a76b739eed
commit
b566019ed2
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jsoncpp
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,6 +78,7 @@ cd build
|
|||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DJSONCPP_WITH_CMAKE_PACKAGE:BOOL=ON \
|
||||
-DJSONCPP_LIB_BUILD_SHARED:BOOL=ON \
|
||||
-DJSONCPP_LIB_BUILD_STATIC=OFF \
|
||||
-DJSONCPP_WITH_TESTS:BOOL=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jsoncpp"
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.4.4"
|
||||
HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
|
||||
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.1.0.tar.gz"
|
||||
MD5SUM="9ac0d5b5ac2706a93197e205d56c09b7"
|
||||
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.4.4.tar.gz"
|
||||
MD5SUM="741b97e374bfd357b30cfcfe232d1914"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue