aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-03-25 03:49:49 +0800
committerGitHub <noreply@github.com>2021-03-24 12:49:49 -0700
commitbddfc5c369ba43b8242b9ee8c63ab69aa9d30c81 (patch)
tree24b79492b5ff5fb6f5e5f046bba4eb0a6a4c4349 /ports
parent31b3eff6a777eb5743249f08fd2dfc68f7e82c91 (diff)
downloadvcpkg-bddfc5c369ba43b8242b9ee8c63ab69aa9d30c81.tar.gz
vcpkg-bddfc5c369ba43b8242b9ee8c63ab69aa9d30c81.zip
[asio] update to 1.18.1 (#16711)
* [asio] update to 1.18.1 * update version * update version * update version
Diffstat (limited to 'ports')
-rw-r--r--ports/asio/portfile.cmake4
-rw-r--r--ports/asio/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/asio/portfile.cmake b/ports/asio/portfile.cmake
index 00edbed09..09bd3402c 100644
--- a/ports/asio/portfile.cmake
+++ b/ports/asio/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO chriskohlhoff/asio
- REF asio-1-18-0
- SHA512 c79529d16a51f40c9faff8549ef7dd7074aaf2574c8c338a8885aa04b3bb261a493f57498d1bd271cfcb4083e561344e286f784c77ea20e355bf86f7a39cfb39
+ REF asio-1-18-1
+ SHA512 c84e6fca448ed419a976756840f3f4543291a5a7d4f62d4de7c06945b2cd9ececca6633049ad5e36367d60f67a4f2735be017445514ae9fa9497d4af2a4d48f8
HEAD_REF master
)
diff --git a/ports/asio/vcpkg.json b/ports/asio/vcpkg.json
index 1a838e0e7..38140acc5 100644
--- a/ports/asio/vcpkg.json
+++ b/ports/asio/vcpkg.json
@@ -1,6 +1,6 @@
{
"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.",
"homepage": "https://github.com/chriskohlhoff/asio",
"documentation": "https://think-async.com/Asio/asio-1.18.0/doc/",