mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[asio] upgrade to v1.22.1 (#23605)
* [asio] upgrade to v1.22.1 * Update portfile.cmake * Update asio.json
This commit is contained in:
parent
2c5be782b1
commit
954343f0fe
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO chriskohlhoff/asio
|
||||
REF asio-1-20-0
|
||||
SHA512 dc2def1f2b93866100b5d645f77c4a231fe3feae457010abf4e659df76b08b46870d608cf792a2f82e1b28c69c320055862647fb29aa0677a58d6141d58e76b2
|
||||
REF asio-1-22-1
|
||||
SHA512 7658293f2be1f5ea659a424614b2f3092954df45802fbb0031b7983d11762f4f68d18eab076e14954df3a24ce89ff26bd4bebea88b9a3dc680387252efec8398
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "asio",
|
||||
"version": "1.20.0",
|
||||
"version": "1.22.1",
|
||||
"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.20.0/doc/",
|
||||
"documentation": "https://think-async.com/Asio/asio-1.22.1/doc/",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fbf8b87b680829fee5a422169f3d73df4392d8cf",
|
||||
"version": "1.22.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b16ad8ba502540b3b34a29552f6937951e08e5e6",
|
||||
"version": "1.20.0",
|
||||
|
@ -177,7 +177,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"asio": {
|
||||
"baseline": "1.20.0",
|
||||
"baseline": "1.22.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"asio-grpc": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user