diff --git a/ports/simdjson/portfile.cmake b/ports/simdjson/portfile.cmake index 1f14e30905..a4d3af58cf 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 3bd8b0b575f43403705dcce57d427944c11421f8 # v1.0.0 + REF v1.0.1 HEAD_REF master - SHA512 61c5db9bdf331cc692d85f135fda29ad5db7ee23d9518153adfd44cf26d76dae834a3071bd6c9e9b2a99a27a2881899162ac146750f444e9829a6dbbe986f769 + SHA512 ecf67b145f1269225483a64b5ff9de826a8124fbae60dec1e6fe99aa974a29e07037a9318ae2dfc657971695ffa5e4fbcdff4c855365c074971d34c69dd77561 ) vcpkg_check_features( @@ -34,7 +34,7 @@ vcpkg_cmake_install() vcpkg_copy_pdbs() -vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT}) +vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share") diff --git a/ports/simdjson/vcpkg.json b/ports/simdjson/vcpkg.json index 010a5a7340..7e5cfdc790 100644 --- a/ports/simdjson/vcpkg.json +++ b/ports/simdjson/vcpkg.json @@ -1,6 +1,6 @@ { "name": "simdjson", - "version-semver": "1.0.0", + "version-semver": "1.0.1", "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 a10188e8b3..2b6fb92400 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6185,7 +6185,7 @@ "port-version": 0 }, "simdjson": { - "baseline": "1.0.0", + "baseline": "1.0.1", "port-version": 0 }, "simdutf": { diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json index 3052efe238..d1c1da0c2c 100644 --- a/versions/s-/simdjson.json +++ b/versions/s-/simdjson.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6b733cbc907ee3f0af57e0a84247cade1b55f861", + "version-semver": "1.0.1", + "port-version": 0 + }, { "git-tree": "80800c0596226b9d3a818cf8ddf903b2e66e279c", "version-semver": "1.0.0",