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

[yalantinglibs] Bump to 0.3.11 #42815

Merged
merged 2 commits into from
Dec 20, 2024
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/yalantinglibs/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO alibaba/yalantinglibs
REF "${VERSION}"
SHA512 2454d18d398e358f099518a12b704ebe32160f760afdbe9cb2c34bb9d3e98eccff6489b6bedf3382423c24d642010f998528fc9739741b62d60383351ce6f3a7
SHA512 357b6789fe32ad4ca89933ba94d7f92ef65bc52497a918d76d7a3b5cc70b3f63efb26306de3783f6450d2d61e0ff2da6a23278a2d9862a2eec6287ca21396c23
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/yalantinglibs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yalantinglibs",
"version": "0.3.10",
"version": "0.3.11",
"description": "A Collection of C++20 libraries, include struct_pack, struct_json, struct_xml, struct_yaml, struct_pb, easylog, coro_rpc, coro_http and async_simple",
"homepage": "https://github.com/alibaba/yalantinglibs",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9901,7 +9901,7 @@
"port-version": 4
},
"yalantinglibs": {
"baseline": "0.3.10",
"baseline": "0.3.11",
"port-version": 0
},
"yaml-cpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/y-/yalantinglibs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c9dbecb6f8b92cd9607477e11c27bee39628d4eb",
"version": "0.3.11",
"port-version": 0
},
{
"git-tree": "22ec24c2352d0a80e197145e0e6409540f2a26ce",
"version": "0.3.10",
Expand Down