[rapidjson] Update to the latest commit and also fix #3401. (#7152)

This commit is contained in:
NancyLi1013 2019-07-07 23:16:14 -07:00 committed by Phil Christensen
parent d33468bc67
commit 3fe88fd988
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Source: rapidjson
Version: 1.1.0-3
Description: A fast JSON parser/generator for C++ with both SAX/DOM style API
Version: d87b698
Description: A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>
Homepage: http://rapidjson.org/

View File

@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tencent/rapidjson
REF v1.1.0
SHA512 2e82a4bddcd6c4669541f5945c2d240fb1b4fdd6e239200246d3dd50ce98733f0a4f6d3daa56f865d8c88779c036099c52a9ae85d47ad263686b68a88d832dff
REF d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5
SHA512 1770668c954e1bfa40da3956ccf2252703d2addb058bb8c0bf579abac585262452d0e15dcfed9ac2fa358c0da305d706226fdab8310b584017aba98e4f31db4f
HEAD_REF master
PATCHES arm64-endian.patch
)