Skip to content

Commit

Permalink
[asio] Update to 1.12.2 (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
crackedmind authored and vicroms committed Jan 9, 2019
1 parent c4fee27 commit 1128669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/asio/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: asio
Version: 1.12.1-1
Version: 1.12.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.
4 changes: 2 additions & 2 deletions ports/asio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO chriskohlhoff/asio
REF asio-1-12-1
SHA512 e335eea05c27a72faae95dd5d5ca997ac8bb144cd5fb68e5538129ea6afb3b4d88e2be1c31a1effdbbbe4c93e07ee274a7e5817453c29faf56abf9ab692b2dd6
REF asio-1-12-2
SHA512 7c2e213ff154bb2e5776b37906d437a62206f973316c94706e6d42e3c2f0866e7d97f3e40225ab5f28bf2c4a33fa0b38a4b75421aef86ddf9f2da0811caa2d00
HEAD_REF master
)

Expand Down

0 comments on commit 1128669

Please sign in to comment.