mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:16:37 +08:00
[rapidjson] Update hash (#25509)
* update hash * update hash * overwrite hash
This commit is contained in:
parent
8af6a4bf98
commit
18ab388c61
@ -3,7 +3,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Tencent/rapidjson
|
||||
REF 232389d4f1012dddec4ef84861face2d2ba85709 # accessed on 2022-06-28
|
||||
SHA512 60bfbfe4884122aa9ae8755531da18ce4a793bb217c06474dd8c5afe0f2f5df280c40be2f303c1740f5af14c7ad5cc2a57f08de5205cc7ab27d6166b0f49130d
|
||||
SHA512 0d7d751179abdaa6ebf6167d522651a2d13bc024d20c7e3f775c7397a8aab4cd866a6c91a55521ad7847e910822fcf982625c7308c74f5df663e6fd81336c9fc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "rapidjson",
|
||||
"version-date": "2022-06-28",
|
||||
"port-version": 1,
|
||||
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API <http://rapidjson.org/>",
|
||||
"homepage": "http://rapidjson.org/",
|
||||
"license": "MIT",
|
||||
|
@ -6150,7 +6150,7 @@
|
||||
},
|
||||
"rapidjson": {
|
||||
"baseline": "2022-06-28",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"rapidxml": {
|
||||
"baseline": "1.13",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bf72eff187a248a24485011d16b0a8259e40ed59",
|
||||
"version-date": "2022-06-28",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "36ea3aaadfb5ae8186ef4ab68c231203743e9c3f",
|
||||
"version-date": "2022-06-28",
|
||||
|
Loading…
Reference in New Issue
Block a user