mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:29:01 +08:00
[asio] update to 1.23.0 (#26025)
* [asio] update to 1.23.0 * update version * add license * update version
This commit is contained in:
parent
4f0eabea1c
commit
837261793a
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO chriskohlhoff/asio
|
||||
REF asio-1-22-1
|
||||
SHA512 7658293f2be1f5ea659a424614b2f3092954df45802fbb0031b7983d11762f4f68d18eab076e14954df3a24ce89ff26bd4bebea88b9a3dc680387252efec8398
|
||||
REF 4915cfd8a1653c157a1480162ae5601318553eb8 #vasio-1-23-0
|
||||
SHA512 4fb30b82d51726b621fe80a17dac0ce23d4d48c813d3d45b394aac4e6de68008f142da848d6d6f2a69f70147dfb52b7bac4f45b15385ac227d94fd2e15f9e4b3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "asio",
|
||||
"version": "1.22.1",
|
||||
"version": "1.23.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.22.1/doc/",
|
||||
"license": "BSL-1.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "029bab0230676c0a38979db2b89076983401e553",
|
||||
"version": "1.23.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "fbf8b87b680829fee5a422169f3d73df4392d8cf",
|
||||
"version": "1.22.1",
|
||||
|
@ -185,7 +185,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"asio": {
|
||||
"baseline": "1.22.1",
|
||||
"baseline": "1.23.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"asio-grpc": {
|
||||
|
Loading…
Reference in New Issue
Block a user