Skip to content

Commit

Permalink
fix: update boost ver
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Mar 5, 2024
1 parent 4f283ba commit 3ab76bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 52 deletions.
4 changes: 2 additions & 2 deletions vcpkg-overlay/ports/boost-asio/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/asio
REF boost-1.83.0
SHA512 83e6f39a4b8e54c89e7e7d322acc9e52a83a2a37f45c834a0267f0dbc1219314ad008f4f97e4cddc0a0c15dbea1785681181cea2e903773bdb31176875e0af95
REF boost-${VERSION}
SHA512 88d1d8d1bbea29149d9747ab9ccb99a7bfbd928f8ed1aff90adb6382fcefd32dc9687e6832f8ac21ddf918f0608623aa123d7943aa5f697a6b946fe2311e05f6
HEAD_REF master
PATCHES windows_alloca_header.patch
windows_handle_inheritance.patch
Expand Down
60 changes: 10 additions & 50 deletions vcpkg-overlay/ports/boost-asio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,88 +1,48 @@
{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-asio",
"version": "1.83.0",
"version": "1.84.0",
"description": "Boost asio module",
"homepage": "https://github.com/boostorg/asio",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-align",
"version>=": "1.83.0"
},
{
"name": "boost-array",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-assert",
"version>=": "1.83.0"
},
{
"name": "boost-bind",
"version>=": "1.83.0"
},
{
"name": "boost-chrono",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-config",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-context",
"platform": "!uwp & !emscripten",
"version>=": "1.83.0"
},
{
"name": "boost-core",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-coroutine",
"platform": "!(arm & windows) & !uwp & !emscripten",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-date-time",
"version>=": "1.83.0"
},
{
"name": "boost-exception",
"version>=": "1.83.0"
},
{
"name": "boost-function",
"version>=": "1.83.0"
},
{
"name": "boost-regex",
"version>=": "1.83.0"
},
{
"name": "boost-smart-ptr",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-system",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-throw-exception",
"version>=": "1.83.0"
},
{
"name": "boost-type-traits",
"version>=": "1.83.0"
},
{
"name": "boost-utility",
"version>=": "1.83.0"
"version>=": "1.84.0"
},
{
"name": "boost-vcpkg-helpers",
"version>=": "1.83.0"
"version>=": "1.84.0"
}
],
"features": {
Expand Down

0 comments on commit 3ab76bb

Please sign in to comment.