Skip to content
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 606624efad75004c0e5e72f361f3fcb6084e268f3085533d7f9b9ad7077e22b725d77db9512a50582463b9792997b3340216506368133f4a8064685530e296b2
SHA512 018e23545cadac3f8a8b4a3e09a379938875455c1d116f070fd1e014e603839ca94dffa72ee68f8a7679854322249bb0b716b30c5f487c5b44a2b6991226d4e6
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.2.1",
"version": "3.3.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 @@ -7373,7 +7373,7 @@
"port-version": 0
},
"proxy": {
"baseline": "3.2.1",
"baseline": "3.3.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": "90b01d4b54f1eb9909e8b526186e314cd8844df1",
"version": "3.3.0",
"port-version": 0
},
{
"git-tree": "e646feecaf26e409802bc70d6f20bbf0b0137973",
"version": "3.2.1",
Expand Down