diff options
| author | myd7349 <myd7349@gmail.com> | 2021-08-10 16:03:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 01:03:05 -0700 |
| commit | 464bd04df4df07f52763bb601ad5a0c355becf96 (patch) | |
| tree | 4748443c3036e7d2ac82f4739a50864b0f974f69 /ports/simdjson | |
| parent | bd66ddea982ff5260d11d00dc22af07e5dc0270f (diff) | |
| download | vcpkg-464bd04df4df07f52763bb601ad5a0c355becf96.tar.gz vcpkg-464bd04df4df07f52763bb601ad5a0c355becf96.zip | |
[simdjson] Update to 0.9.7 (#19370)
* [simdjson] Update to 0.9.7
* [simdjson] Bump version
Diffstat (limited to 'ports/simdjson')
| -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 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", |
