vcpkg: Update to version 2025.08.27

This commit is contained in:
github-actions[bot] 2025-08-30 00:35:41 +00:00
parent ca0f349a95
commit d84e319d6f

View File

@ -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", "description": "C/C++ dependency manager from Microsoft For all platforms, buildsystems, and workflows",
"homepage": "https://vcpkg.io/", "homepage": "https://vcpkg.io/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"Git": "git" "Git": "git"
}, },
"url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2025.07.25.zip", "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2025.08.27.zip",
"hash": "018365d42218ec26e5584e2de5c6adaf2e9044365836aa3d68d7ce8b6f48dc6b", "hash": "92b4d800bea5d4962908c319cfcdc12a1140db54c5d4c2b085feb2feb7e1a6df",
"extract_dir": "vcpkg-2025.07.25", "extract_dir": "vcpkg-2025.08.27",
"pre_install": [ "pre_install": [
"if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {", "if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {",
" if (!(Test-Path \"$persist_dir\")) {", " if (!(Test-Path \"$persist_dir\")) {",