From 6ba25eb4a0520627bd4252de2654957573893e7a Mon Sep 17 00:00:00 2001 From: c8ef Date: Wed, 4 Sep 2024 02:10:13 +0800 Subject: [PATCH] [simdjson] update to 3.10.1 (#40763) --- ports/simdjson/portfile.cmake | 2 +- ports/simdjson/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/simdjson.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake index b4a8a7f5ef..ab004f7802 100644 --- a/ports/simdjson/portfile.cmake +++ b/ports/simdjson/portfile.cmake @@ -3,7 +3,7 @@ vcpkg_from_github( REPO simdjson/simdjson REF "v${VERSION}" HEAD_REF master - SHA512 b6c2260f3732a61ffac54b4e66a56de034c25b01e00cc559b89662cf0da093c187f5cff15aa1ccebf4016e125199ddef47144f8436facb50d868c55719fb871a + SHA512 b19fde8d81eaff34b83bb41028d7ee3a408ae5bc896277148e96879b1cba1a7cfc4af0064973bcb07e2b56e0955c3a3a581910d7af23d68510374e7f297c3b7c ) vcpkg_check_features( diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 76cda0feb3..e88b6e4648 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version": "3.10.0", + "version": "3.10.1", "description": "An extremely fast JSON library that can parse gigabytes of JSON per second", "homepage": "https://simdjson.org/", "license": "Apache-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index e4f71806c5..c7c2dc5ef7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8261,7 +8261,7 @@ "port-version": 0 }, "simdjson": { - "baseline": "3.10.0", + "baseline": "3.10.1", "port-version": 0 }, "simdutf": { diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index 50767bacc3..1102a6a337 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d2103b03c687dbd783b48300c35531b9961d0523", + "version": "3.10.1", + "port-version": 0 + }, { "git-tree": "32e426da6bdcfff2b473cbc0ca10dcc639ac8539", "version": "3.10.0",