Skip to content

Commit

Permalink
[asio] update to 1.18.2 (#18728)
Browse files Browse the repository at this point in the history
* [asio] update to 1.18.2

* update versions
  • Loading branch information
mathisloge committed Jul 1, 2021
1 parent 7b97e04 commit 153fcbc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 22 deletions.
13 changes: 0 additions & 13 deletions ports/asio/inline_dummy_return.patch

This file was deleted.

7 changes: 2 additions & 5 deletions ports/asio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO chriskohlhoff/asio
REF asio-1-18-1
SHA512 c84e6fca448ed419a976756840f3f4543291a5a7d4f62d4de7c06945b2cd9ececca6633049ad5e36367d60f67a4f2735be017445514ae9fa9497d4af2a4d48f8
REF asio-1-18-2
SHA512 5a2312f1a14106e3109a9f02e8ac65a1d639b411834f0aa301767a4dd30d8384f6f1a94034b6016ef989c7d7880fd4c8de11c7be0cb58b4dc64a49ec335a7113
HEAD_REF master
PATCHES
inline_dummy_return.patch
)

# Always use "ASIO_STANDALONE" to avoid boost dependency
Expand All @@ -30,4 +28,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug)

# Handle copyright
file(INSTALL ${SOURCE_PATH}/asio/LICENSE_1_0.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

3 changes: 1 addition & 2 deletions ports/asio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "asio",
"version": "1.18.1",
"port-version": 1,
"version": "1.18.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.18.0/doc/",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/asio.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae594f45685a04883ec38208caf740ee9c9635e8",
"version": "1.18.2",
"port-version": 0
},
{
"git-tree": "09afe8ce875f1c4e5e46d54c7c8bd5d0b9b512fc",
"version": "1.18.1",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
"port-version": 0
},
"asio": {
"baseline": "1.18.1",
"port-version": 1
"baseline": "1.18.2",
"port-version": 0
},
"asiosdk": {
"baseline": "2.3.3",
Expand Down

0 comments on commit 153fcbc

Please sign in to comment.