Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/asio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO chriskohlhoff/asio
REF "${ref}"
SHA512 9374ff97bd4af7b5b41754970b2bcb468f450fee46a80c9c3344f732c64091f2ac5a73ebf4ac1831c623793c08a3c109ae90b601273c40d062bfd4f026f1d94d
SHA512 d44b35d9d1900de35aa10bf339c7e16a06e110377fd70fbefba91599d24cff32cc3dc88a4b0bf1e1706f9ac46177982edb5c7f969b72a57123be6550a3b062d8
HEAD_REF master
)
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
Expand Down
2 changes: 1 addition & 1 deletion ports/asio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asio",
"version": "1.32.0",
"version": "1.36.0",
"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://think-async.com/Asio/",
"documentation": "https://think-async.com/Asio/Documentation.html",
Expand Down
6 changes: 3 additions & 3 deletions versions/a-/asio.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"versions": [
{
"git-tree": "834d3e0f600aa8cfa2303a7e29f8b938aff6c894",
"version": "1.32.0",
"port-version": 1
"git-tree": "c0a725425e43b9360bc05699da68f38bd0dd28fd",
"version": "1.36.0",
"port-version": 0
},
{
"git-tree": "d1b402afe0e4c5b8efb08dcc8be6b0c90900a55e",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"port-version": 0
},
"asio": {
"baseline": "1.32.0",
"baseline": "1.36.0",
"port-version": 0
},
"asio-grpc": {
Expand Down
Loading