diff --git a/scripts/bootstrap_vcpkg.py b/scripts/bootstrap_vcpkg.py index bb33281d2..77da6154a 100644 --- a/scripts/bootstrap_vcpkg.py +++ b/scripts/bootstrap_vcpkg.py @@ -18,7 +18,7 @@ if TYPE_CHECKING: from collections.abc import Callable, Mapping, Sequence -VCPKG_TOOL_RELEASE = "2026-07-13" +VCPKG_TOOL_RELEASE = "2026-07-27" OFFICIAL_ORIGINS = frozenset( { "https://github.com/microsoft/vcpkg", @@ -26,8 +26,8 @@ } ) WINDOWS_TOOL_SHA256 = { - "amd64": "67958c6a13a35130ff8035bef33097ffe3376a6708577a826cfa41fa592db611", - "arm64": "8d87ed438db65b0015f624693612cb79d8c35908348c194984c23b63a2da0211", + "amd64": "13b8175e99a884c5ad34249218754b45541a1a63f216e92603aee57a285ac741", + "arm64": "5e8d7acd0f3049411ad1eacd3af2a946014ed430c27010e384ee1289a8e98cbc", } diff --git a/vcpkg.json b/vcpkg.json index 062679daa..b128f103c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "cdt-plusplus", "version": "1.0.0-rc3", - "builtin-baseline": "4e82e29f14eac2b3422f18f72c7524d04f19924e", + "builtin-baseline": "9e593bb18ea69cc5095e012465dcd675a822ed0d", "dependencies": [ "boost-compat", "boost-program-options", @@ -14,4 +14,4 @@ "tbb", "cgal" ] -} +} \ No newline at end of file