Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[proxy] update to 3.2.0 #43448

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/proxy/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO microsoft/proxy
REF ${VERSION}
SHA512 140f2a8356b054bcee892808f592a4b255e08052cb1b9fb5e9687851af387fa8a1c58cb9aa518df19d1fa1129fb632d122496eb8bb2330a666db21c7d5d82aab
SHA512 a0a95b1502bd9e4258d712f56549cd6b2f233040877bf1bd8c0814423a595eb6891f5e8075be48377c5ac42ed7ce55b034f1f91d85f6abefa45874cc4d3c51ee
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/proxy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy",
"version": "3.1.0",
"version": "3.2.0",
"description": "A single-header C++20 library that facilitates runtime polymorphism.",
"homepage": "https://github.com/microsoft/proxy",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7261,7 +7261,7 @@
"port-version": 0
},
"proxy": {
"baseline": "3.1.0",
"baseline": "3.2.0",
"port-version": 0
},
"proxygen": {
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/proxy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2c97f6eaf627e1207b4be8180f744f37d810d08a",
"version": "3.2.0",
"port-version": 0
},
{
"git-tree": "2e1990cfe5099bac6562c5b7b8d9e429a38f8a9f",
"version": "3.1.0",
Expand Down