From 464bd04df4df07f52763bb601ad5a0c355becf96 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Tue, 10 Aug 2021 16:03:05 +0800 Subject: [simdjson] Update to 0.9.7 (#19370) * [simdjson] Update to 0.9.7 * [simdjson] Bump version --- ports/simdjson/portfile.cmake | 4 ++-- ports/simdjson/vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ports/simdjson') diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake index ffc1ba2fd..eb7f85c90 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 e9b893ff1b13c6a70135827c62b3f3d65938d135 # v0.9.6 + REF 33d926bd4448e2e087511f34e49461230691a503 # v0.9.7 HEAD_REF master - SHA512 977b92ffae7219680f3d8567b1911b0d17ac1143a2ba58d7a4007cdcbf42dca6362853fcf3c3caf4af2029bc5f6a3cb8fab6139050a9d8539e8e4c7df646837d + SHA512 1c492ed4c19019abbe6743c8ad60f0a03f9171f5ece6a3b2ec6429eec610d3b0750eceba81cda11791fe6fd34881af1810ee18f1ba486f9147e188c955546cad ) vcpkg_check_features( diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 13f89c1a7..3f77cc510 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version": "0.9.6", + "version": "0.9.7", "description": "A extremely fast JSON library that can parse gigabytes of JSON per second", "homepage": "https://simdjson.org/", "license": "Apache-2.0", -- cgit v1.2.3