From a0c74da2086242bc34205af362924a7b188392df Mon Sep 17 00:00:00 2001 From: myd7349 Date: Tue, 7 Feb 2023 02:14:02 +0800 Subject: [PATCH] [simdjson] Update to 3.1.0 (#29455) * [simdjson] Update to 3.1.0 * [simdjson] Bump version --- ports/simdjson/portfile.cmake | 4 ++-- ports/simdjson/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/simdjson.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake index 0a68c365d6..6b194873cb 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 0d2455029d845e801809dd54b01ae47173d7d8e8 # v3.0.1 + REF 7500d7bb4fa7323e6776ed47ca7e5e9b0084d2fc # v3.1.0 HEAD_REF master - SHA512 37c4812b28fb39140f430b2f2c1610764fafa38ca4a44935d091a8c17f30c4334bf1c3db451d76476bde9a7499a01360d3320f8bb9d7e2234a47fd8e79ebfc13 + SHA512 ab4d581d114834379577fae535b516309d807be3d9bd88e68aede6bca8b3409511ab78f7aee9899921cbdd89844feedcd809cb1dd206b991844bea10b3ad904b ) vcpkg_check_features( diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index e8f2575b08..cb476ab7f7 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version": "3.0.1", + "version": "3.1.0", "description": "A 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 99b3538f4d..a31456ca10 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7145,7 +7145,7 @@ "port-version": 0 }, "simdjson": { - "baseline": "3.0.1", + "baseline": "3.1.0", "port-version": 0 }, "simdutf": { diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index 858113ebe0..208788ea53 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "eaad9d1c9ae1f76ee9282b43c6e8b1142cb6d846", + "version": "3.1.0", + "port-version": 0 + }, { "git-tree": "ff708500050d07b2ac485028999782e929e4fa4c", "version": "3.0.1",