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 | |
| 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
| -rw-r--r-- | ports/simdjson/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/simdjson/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | 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 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", diff --git a/versions/baseline.json b/versions/baseline.json index dbb585b8a..6c05a7f41 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5873,7 +5873,7 @@ "port-version": 0 }, "simdjson": { - "baseline": "0.9.6", + "baseline": "0.9.7", "port-version": 0 }, "simple-fft": { diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index 8570d578b..e3fb5db0a 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9f3cbe33b4ec739d22f7549f1b73846067f78d84", + "version": "0.9.7", + "port-version": 0 + }, + { "git-tree": "b913c5ecbf889a46c809032952c348605a78a391", "version": "0.9.6", "port-version": 0 |
