aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/simdjson/portfile.cmake4
-rw-r--r--ports/simdjson/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake
index 409182a72..677057716 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 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)
diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json
index 618dcaf12..34f749a62 100644
--- a/ports/simdjson/vcpkg.json
+++ b/ports/simdjson/vcpkg.json
@@ -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"