mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[simdjson] Update to 0.5.0 (#13079)
This commit is contained in:
parent
6c7f2d95d8
commit
eae14ae63c
@ -1,9 +1,9 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO simdjson/simdjson
|
REPO simdjson/simdjson
|
||||||
REF 74870a81898ba44407f5dce1f0f50d4ea53fca04 # v0.4.6
|
REF 5d355f1a8b584519ed39256c3be949ef7f8b0dbd # v0.5.0
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
SHA512 abd8621cb5ed2a9ccad54c2b9e09a2fc8c8fe5d6a70501d23b879f33e34a6c25d33901b385615e9bb29817c302977aa89bc0ab2a13365e413da557f1a099dd21
|
SHA512 ad92e4bafa596baf878c0c4945828b00cdb431e719dd6aaa1752dcb4b12c9ce13061105a7ca206b160865b3d1c724d675cd3c347691c81972d64804846dfa2a9
|
||||||
)
|
)
|
||||||
|
|
||||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)
|
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simdjson",
|
"name": "simdjson",
|
||||||
"version-string": "0.4.6",
|
"version-string": "0.5.0",
|
||||||
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
|
"description": "A extremely fast JSON library that can parse gigabytes of JSON per second",
|
||||||
"homepage": "https://simdjson.org/",
|
"homepage": "https://simdjson.org/",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user