[simdjson] Update to 0.5.0 (#13079)

This commit is contained in:
myd7349 2020-09-04 02:01:18 +08:00 committed by GitHub
parent 6c7f2d95d8
commit eae14ae63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simdjson/simdjson
REF 74870a81898ba44407f5dce1f0f50d4ea53fca04 # v0.4.6
REF 5d355f1a8b584519ed39256c3be949ef7f8b0dbd # v0.5.0
HEAD_REF master
SHA512 abd8621cb5ed2a9ccad54c2b9e09a2fc8c8fe5d6a70501d23b879f33e34a6c25d33901b385615e9bb29817c302977aa89bc0ab2a13365e413da557f1a099dd21
SHA512 ad92e4bafa596baf878c0c4945828b00cdb431e719dd6aaa1752dcb4b12c9ce13061105a7ca206b160865b3d1c724d675cd3c347691c81972d64804846dfa2a9
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)

View File

@ -1,6 +1,6 @@
{
"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",
"homepage": "https://simdjson.org/",
"license": "Apache-2.0"