diff options
| author | Jackson <jharmer95@gmail.com> | 2021-02-18 10:09:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 07:09:12 -0800 |
| commit | 787fe1418ea968913cc6daf11855ffd8b0b5e9d4 (patch) | |
| tree | acf3c890923fdcca65026cba2ab20fe4a9b29d72 | |
| parent | c3c360dbaf3ce837c012a1bb2608b01f19e94674 (diff) | |
| download | vcpkg-787fe1418ea968913cc6daf11855ffd8b0b5e9d4.tar.gz vcpkg-787fe1418ea968913cc6daf11855ffd8b0b5e9d4.zip | |
[simdjson] Updated to v0.8.2 (#16277)
| -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 5c92f9287..30de7ceee 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 17b03de3cd289937659c2dd4a9af0873c6fd483d # v0.7.1
+ REF 61c8cfa07deb7625bb0e6b80dbceb42edd4bf387 # v0.8.2
HEAD_REF master
- SHA512 72418ee674a4e5fde47fb3beb90a7f78a32ba39f5999cc741a359e4a4d3318cff813d799dc02539739be86c141cc0934582c76a9848188416b7bcecbfb120ce2
+ SHA512 bf9c3014fd6b0d31c3d01236b2e49818fae3413441912b64dd9ed5e6c284c915a9d797a7deeb647f80109f5b1ff77d2d35934db5de54480e7cba0ca73ea54cd8
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" SIMDJSON_BUILD_STATIC)
diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index d889b5f6b..47909373f 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version-string": "0.7.1", + "version-string": "0.8.2", "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 065db5b37..27cafe558 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5393,7 +5393,7 @@ "port-version": 0 }, "simdjson": { - "baseline": "0.7.1", + "baseline": "0.8.2", "port-version": 0 }, "simple-fft": { diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index ac9877add..6a350baa8 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3b3e5c3120162cd5d7536bcb24d9b85e3a67cf99", + "version-string": "0.8.2", + "port-version": 0 + }, + { "git-tree": "cdf5909a4b7e7cddaa771495214d9b55c70fde08", "version-string": "0.7.1", "port-version": 0 |
