mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:17:05 +08:00
[asio] update to 1.18.1 (#16711)
* [asio] update to 1.18.1 * update version * update version * update version
This commit is contained in:
parent
31b3eff6a7
commit
bddfc5c369
@ -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 asio-1-18-0
|
REF asio-1-18-1
|
||||||
SHA512 c79529d16a51f40c9faff8549ef7dd7074aaf2574c8c338a8885aa04b3bb261a493f57498d1bd271cfcb4083e561344e286f784c77ea20e355bf86f7a39cfb39
|
SHA512 c84e6fca448ed419a976756840f3f4543291a5a7d4f62d4de7c06945b2cd9ececca6633049ad5e36367d60f67a4f2735be017445514ae9fa9497d4af2a4d48f8
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "asio",
|
"name": "asio",
|
||||||
"version-string": "1.18.0",
|
"version": "1.18.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.",
|
"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.18.0/doc/",
|
"documentation": "https://think-async.com/Asio/asio-1.18.0/doc/",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f564160afbc91228b0fe5c48f8f4c0b7dcd99b31",
|
||||||
|
"version": "1.18.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "49f198a6e3cf688db2a0fe78de28214397fdd39d",
|
"git-tree": "49f198a6e3cf688db2a0fe78de28214397fdd39d",
|
||||||
"version-string": "1.18.0",
|
"version-string": "1.18.0",
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"asio": {
|
"asio": {
|
||||||
"baseline": "1.18.0",
|
"baseline": "1.18.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"asiosdk": {
|
"asiosdk": {
|
||||||
|
Loading…
Reference in New Issue
Block a user