diff options
| author | sdcb <sdflysha@qq.com> | 2017-02-10 17:32:54 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2017-02-10 17:32:54 +0800 |
| commit | a58139adf0b910fc9cc751e7162d507ac29471f4 (patch) | |
| tree | 73d77e4ac466c6f7777e8408bab8eed22896e5b0 | |
| parent | 43665857a3ad11de8135c7fd6cd9839269212d7d (diff) | |
| download | vcpkg-a58139adf0b910fc9cc751e7162d507ac29471f4.tar.gz vcpkg-a58139adf0b910fc9cc751e7162d507ac29471f4.zip | |
[asio] upgrade to 1.10.8
| -rw-r--r-- | ports/asio/CONTROL | 6 | ||||
| -rw-r--r-- | ports/asio/portfile.cmake | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/asio/CONTROL b/ports/asio/CONTROL index 466ef6cd0..18d9692f5 100644 --- a/ports/asio/CONTROL +++ b/ports/asio/CONTROL @@ -1,3 +1,3 @@ -Source: asio -Version: 1.10.6 -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. +Source: asio
+Version: 1.10.8
+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.
diff --git a/ports/asio/portfile.cmake b/ports/asio/portfile.cmake index 345ddd673..39fefa012 100644 --- a/ports/asio/portfile.cmake +++ b/ports/asio/portfile.cmake @@ -1,10 +1,10 @@ #header-only library include(vcpkg_common_functions) -SET(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/asio-asio-1-10-6/asio/) +SET(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/asio-asio-1-10-8/asio/) vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/chriskohlhoff/asio/archive/asio-1-10-6.zip" - FILENAME "asio-1-10-6.zip" - SHA512 7e3fde7e88d305d19b88482b73c8b7a41751d65e81bd23dd8ef45eb4e3ef3a10629696b4d347e5a68f08d6fb2dede15a2f38c7ee8d18ac88be769215542da4c6 + URLS "https://github.com/chriskohlhoff/asio/archive/asio-1-10-8.zip" + FILENAME "asio-1-10-8.zip" + SHA512 bc9794a20fc7844a2a9d22bfa418005f61defbcecdd612daba0d317e6f8fc5a61d3a3b2d7d557b92584294b8adfccc3c47a8f0441f3e34a47a0f715ca1ba0e5b ) vcpkg_extract_source_archive(${ARCHIVE}) |
