mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[asio] upgrade to version 1.24.0 (#26358)
* [asio] upgrade to version 1.24.0 * [asio] upgrade to version 1.24.0
This commit is contained in:
parent
d742b0b489
commit
bd4fb64b3b
@ -3,8 +3,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO chriskohlhoff/asio
|
REPO chriskohlhoff/asio
|
||||||
REF 4915cfd8a1653c157a1480162ae5601318553eb8 #vasio-1-23-0
|
REF asio-1-24-0
|
||||||
SHA512 4fb30b82d51726b621fe80a17dac0ce23d4d48c813d3d45b394aac4e6de68008f142da848d6d6f2a69f70147dfb52b7bac4f45b15385ac227d94fd2e15f9e4b3
|
SHA512 a5d6e597e5611b7293375965f37c09cb73e27639ebdda6163557fab8bbff2ddbb301080ad86ff7f97e8ed8454da25176385cfc43103447a4a04e35a9c41aec3e
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "asio",
|
"name": "asio",
|
||||||
"version": "1.23.0",
|
"version": "1.24.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.",
|
"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",
|
"homepage": "https://github.com/chriskohlhoff/asio",
|
||||||
"documentation": "https://think-async.com/Asio/asio-1.22.1/doc/",
|
"documentation": "https://think-async.com/Asio/asio-1.24.0/doc/",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "bba8740d419878e427c71f076d569f8a26833c6b",
|
||||||
|
"version": "1.24.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "029bab0230676c0a38979db2b89076983401e553",
|
"git-tree": "029bab0230676c0a38979db2b89076983401e553",
|
||||||
"version": "1.23.0",
|
"version": "1.23.0",
|
||||||
|
@ -185,7 +185,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"asio": {
|
"asio": {
|
||||||
"baseline": "1.23.0",
|
"baseline": "1.24.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"asio-grpc": {
|
"asio-grpc": {
|
||||||
|
Loading…
Reference in New Issue
Block a user