From d84e319d6f67524004d19038f55414b4b68b1287 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 00:35:41 +0000 Subject: [PATCH] vcpkg: Update to version 2025.08.27 --- bucket/vcpkg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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\")) {",