vcpkg: Update to version 2024.05.24

This commit is contained in:
github-actions[bot] 2024-05-28 20:26:11 +00:00
parent 1356244d34
commit 5290b78ce3

View File

@ -1,14 +1,14 @@
{
"version": "2024.04.26",
"version": "2024.05.24",
"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/2024.04.26.zip",
"hash": "06090684b17940bb700a22e7d7895e9f61dbbd9198eebbf4c5d08846c1a24860",
"extract_dir": "vcpkg-2024.04.26",
"url": "https://github.com/microsoft/vcpkg/archive/refs/tags/2024.05.24.zip",
"hash": "8a53cdee6b038f8cc0d4c80e0e59241caa6e890baa00da304d5ed97389ab5dae",
"extract_dir": "vcpkg-2024.05.24",
"pre_install": [
"if (Get-Command \"git.exe\" -ErrorAction SilentlyContinue) {",
" if (!(Test-Path \"$persist_dir\")) {",