mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[asio] update 1.28.2 (#34755)
* Update asio version * update database * fix sha hash * Update database
This commit is contained in:
parent
4a5beaf42d
commit
c82acfb320
@ -3,8 +3,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO chriskohlhoff/asio
|
||||
REF asio-1-28-1
|
||||
SHA512 4ba0944b203e18524016de2e21ffa0fa6325414af5f6cff6d02450c15e0d7111cec91f7f125ae78d3b3a6f76c6b2c7155738d1830b3250e98c68b5304328f345
|
||||
REF asio-1-28-2
|
||||
SHA512 435c13f6f14a35bde042c6d86965ec104ae33be0b6a3c156518b29f851ad2b69c67bf760a20932d847e3b171f571bedc541c6a0d0541980aee8558b09e70357f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "asio",
|
||||
"version": "1.28.1",
|
||||
"version": "1.28.2",
|
||||
"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.28.0/doc/",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4c8d95a50172d0fd6bf736540379a37a4ec0a512",
|
||||
"version": "1.28.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "c0b1256bf350481cdba09fb8586852ca0560e024",
|
||||
"version": "1.28.1",
|
||||
|
@ -249,7 +249,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"asio": {
|
||||
"baseline": "1.28.1",
|
||||
"baseline": "1.28.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"asio-grpc": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user