diff options
| -rw-r--r-- | ports/simdjson/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/simdjson/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake index 677057716..5c92f9287 100644 --- a/ports/simdjson/portfile.cmake +++ b/ports/simdjson/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simdjson/simdjson
- REF 5d355f1a8b584519ed39256c3be949ef7f8b0dbd # v0.5.0
+ REF 17b03de3cd289937659c2dd4a9af0873c6fd483d # v0.7.1
HEAD_REF master
- SHA512 ad92e4bafa596baf878c0c4945828b00cdb431e719dd6aaa1752dcb4b12c9ce13061105a7ca206b160865b3d1c724d675cd3c347691c81972d64804846dfa2a9
+ SHA512 72418ee674a4e5fde47fb3beb90a7f78a32ba39f5999cc741a359e4a4d3318cff813d799dc02539739be86c141cc0934582c76a9848188416b7bcecbfb120ce2
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)
diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 34f749a62..d889b5f6b 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version-string": "0.5.0", + "version-string": "0.7.1", "description": "A extremely fast JSON library that can parse gigabytes of JSON per second", "homepage": "https://simdjson.org/", "license": "Apache-2.0" |
