diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 02bb714259..a0d927b80f 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2025.07.25", + "version": "2025.08.27", "description": "C/C++ dependency manager from Microsoft For all platforms, buildsystems, and workflows", "homepage": "https://vcpkg.io/", "license": "MIT", "suggest": { "Git": "git" }, - "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2025.07.25.zip", - "hash": "018365d42218ec26e5584e2de5c6adaf2e9044365836aa3d68d7ce8b6f48dc6b", - "extract_dir": "vcpkg-2025.07.25", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2025.08.27.zip", + "hash": "92b4d800bea5d4962908c319cfcdc12a1140db54c5d4c2b085feb2feb7e1a6df", + "extract_dir": "vcpkg-2025.08.27", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",