Skip to content

Commit

Permalink
Meta: Update vcpkg to the November 2024 release
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman authored and ADKaster committed Dec 1, 2024
1 parent 9648c83 commit 6de4f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Toolchain/BuildVcpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main() -> int:
script_dir = pathlib.Path(__file__).parent.resolve()

git_repo = "https://github.com/microsoft/vcpkg.git"
git_rev = "10b7a178346f3f0abef60cecd5130e295afd8da4" # 2024.10.21
git_rev = "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c" # 2024.11.16

build_dir = script_dir.parent / "Build"
build_dir.mkdir(parents=True, exist_ok=True)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4",
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c",
"dependencies": [
{
"name": "curl",
Expand Down

0 comments on commit 6de4f75

Please sign in to comment.