vcpkg: Update to version 2024.04.26

This commit is contained in:
github-actions[bot] 2024-05-01 00:34:07 +00:00
parent 34253002ee
commit 10d02d3900

View File

@ -1,14 +1,14 @@
{ {
"version": "2024.03.25", "version": "2024.04.26",
"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.03.25.zip", "url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.04.26.zip",
"hash": "21cbfcebf2061f8a0d25e544bb180c5ae426b8f2e105b6dfe4539984bd16387a", "hash": "06090684b17940bb700a22e7d7895e9f61dbbd9198eebbf4c5d08846c1a24860",
"extract_dir": "vcpkg-2024.03.25", "extract_dir": "vcpkg-2024.04.26",
"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\")) {",