Meta: Update vcpkg to the October 2024 release

This commit is contained in:
Timothy Flynn 2024-10-28 09:20:09 -04:00 committed by Andrew Kaster
commit 3d200296e3
Notes: github-actions[bot] 2024-11-06 17:40:36 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ def main() -> int:
script_dir = pathlib.Path(__file__).parent.resolve() script_dir = pathlib.Path(__file__).parent.resolve()
git_repo = "https://github.com/microsoft/vcpkg.git" git_repo = "https://github.com/microsoft/vcpkg.git"
git_rev = "2960d7d80e8d09c84ae8abf15c12196c2ca7d39a" # 2024.09.30 git_rev = "10b7a178346f3f0abef60cecd5130e295afd8da4" # 2024.10.21
tarball_dir = script_dir / "Tarballs" tarball_dir = script_dir / "Tarballs"
tarball_dir.mkdir(parents=True, exist_ok=True) tarball_dir.mkdir(parents=True, exist_ok=True)

View file

@ -1,5 +1,5 @@
{ {
"builtin-baseline": "2960d7d80e8d09c84ae8abf15c12196c2ca7d39a", "builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4",
"dependencies": [ "dependencies": [
{ {
"name": "curl", "name": "curl",