diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 6a74657a52..02bb714259 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -1,14 +1,14 @@ { - "version": "2025.06.13", + "version": "2025.07.25", "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.06.13.zip", - "hash": "4d63c33d7dac6877519b51106bad4bb0de41293bd2ad3855ff34e53ad79a5ac4", - "extract_dir": "vcpkg-2025.06.13", + "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2025.07.25.zip", + "hash": "018365d42218ec26e5584e2de5c6adaf2e9044365836aa3d68d7ce8b6f48dc6b", + "extract_dir": "vcpkg-2025.07.25", "pre_install": [ "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", " if (!(Test-Path \"$persist_dir\")) {",