mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[asio] update to 1.20.0 (#20791)
* [asio] update to 1.20.0 * Update CI baseline
This commit is contained in:
parent
088cdfa3e3
commit
4f50d77c9e
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO chriskohlhoff/asio
|
||||
REF asio-1-19-2
|
||||
SHA512 a6d1c5534fef0fe5ac549e1bd20919d180fbfe4c146be40ec6ebfa862534b8551778b0e79a5ba822ed645535e010646909f02f9e1d1f385ed758f07f57351ea8
|
||||
REF asio-1-20-0
|
||||
SHA512 dc2def1f2b93866100b5d645f77c4a231fe3feae457010abf4e659df76b08b46870d608cf792a2f82e1b28c69c320055862647fb29aa0677a58d6141d58e76b2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "asio",
|
||||
"version": "1.19.2",
|
||||
"version": "1.20.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.18.0/doc/",
|
||||
"documentation": "https://think-async.com/Asio/asio-1.20.0/doc/",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b16ad8ba502540b3b34a29552f6937951e08e5e6",
|
||||
"version": "1.20.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c6bba20de9d8e7d6278ab8d7b333bb14bd35f21f",
|
||||
"version": "1.19.2",
|
||||
|
@ -173,7 +173,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"asio": {
|
||||
"baseline": "1.19.2",
|
||||
"baseline": "1.20.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"asio-grpc": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user