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

[trantor] Update to 1.5.7 [drogon] Update to 1.8.1 #26994

Merged
merged 3 commits into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions ports/trantor/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO an-tao/trantor
REF v1.5.6
SHA512 9c9827b1640fa23f2941c6c10ffe692d4207595de1cb149f94140c0f20d4fe6c45e3efcc50d464bd40aff80443dfe3bdd8db263302755ab8f639a920e497c0b3
REF v1.5.7
SHA512 52fe66a5eb4a682abffe90b69b5ebf4f5791d07e020bf8bbe88317b3fddbc9f3c04b6a2664aa3ca1851c5c9681433f99e3851458bb9a99be89452382ca33e837
HEAD_REF master
PATCHES
)
Expand Down
2 changes: 1 addition & 1 deletion ports/trantor/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trantor",
"version-semver": "1.5.6",
"version-semver": "1.5.7",
"description": "A non-blocking I/O cross-platform TCP network library, using C++14",
"homepage": "https://github.com/an-tao/trantor",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7393,7 +7393,7 @@
"port-version": 0
},
"trantor": {
"baseline": "1.5.6",
"baseline": "1.5.7",
"port-version": 0
},
"tre": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/trantor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "68e68faf890f237795416745f315e3c4bbd3fb72",
"version-semver": "1.5.7",
"port-version": 0
},
{
"git-tree": "6f72c33fe2ab8b7d6b89cf48402c3cb550233abe",
"version-semver": "1.5.6",
Expand Down