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 /ports/simdjson | |
| parent | c3c360dbaf3ce837c012a1bb2608b01f19e94674 (diff) | |
| download | vcpkg-787fe1418ea968913cc6daf11855ffd8b0b5e9d4.tar.gz vcpkg-787fe1418ea968913cc6daf11855ffd8b0b5e9d4.zip | |
[simdjson] Updated to v0.8.2 (#16277)
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 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" |
