vcpkg: Update to version 2024.11.16

This commit is contained in:
github-actions[bot] 2024-11-19 20:29:31 +00:00
parent c4edb8003a
commit ab43406852

View File

@ -1,14 +1,14 @@
{ {
"version": "2024.10.21", "version": "2024.11.16",
"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/2024.10.21.zip", "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.11.16.zip",
"hash": "3dd7d6f28cfddd79a7a94cd0d207ba9d8661f1ff217de362b853be54284d3e94", "hash": "ba2e6b8b2a37d84ee955b9275798ea8508014ae8c9be0f65c3b402ae26b2e60a",
"extract_dir": "vcpkg-2024.10.21", "extract_dir": "vcpkg-2024.11.16",
"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\")) {",