[asio] update to 1.31.0 (#40927)

This commit is contained in:
Jia Yue Hua 2024-09-13 03:15:31 +08:00 committed by GitHub
parent 9e04e513b3
commit eabcd2b294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO chriskohlhoff/asio
REF asio-1-30-2
SHA512 cfba1998d4f666156e751c4cab1e504441b368efbf344e22de30f8b983670a88d045d3ca82f197b95522a2026262274f93bc3061210781ce30c35c71a386ce6e
REF asio-1-31-0
SHA512 505c3f4e4043cd73be1a28ab611d7f61046d6b60f80c08aaceea892a76ce7f51056d39516d7b4e836611a9974c227de52c0434122af0ea8539ceb57363a82b62
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "asio",
"version": "1.30.2",
"version": "1.31.0",
"description": "Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.",
"homepage": "https://github.com/chriskohlhoff/asio",
"documentation": "https://think-async.com/Asio/asio-1.28.0/doc/",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2c04598bad69b7562ec517525d8312036d428fd1",
"version": "1.31.0",
"port-version": 0
},
{
"git-tree": "17ce1a2d17d0cb0d50eb72c89a9e51f472ef31f4",
"version": "1.30.2",

View File

@ -253,7 +253,7 @@
"port-version": 0
},
"asio": {
"baseline": "1.30.2",
"baseline": "1.31.0",
"port-version": 0
},
"asio-grpc": {