aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-array
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-array')
-rw-r--r--ports/boost-array/portfile.cmake4
-rw-r--r--ports/boost-array/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-array/portfile.cmake b/ports/boost-array/portfile.cmake
index 9dbcd3527..c175b2962 100644
--- a/ports/boost-array/portfile.cmake
+++ b/ports/boost-array/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/array
- REF boost-1.76.0
- SHA512 76109a4c45ba9ec880fd419cb6287ffc7f78b141c3b42f8ac934317093fbb632376381895863fa874187252e3047cd9cf4501f3fef04b559fb90a66e3b6acb50
+ REF boost-1.77.0
+ SHA512 e34d8e46ccb3d1efad8863a6babe59762c6cd7c5eaf45bd85402a68e445bde3202cd13c86d1ecef62d5b1855b4d32aa5d5bc62010213da38ee69b7c796669a53
HEAD_REF master
)
diff --git a/ports/boost-array/vcpkg.json b/ports/boost-array/vcpkg.json
index dd907b0d8..c1e222945 100644
--- a/ports/boost-array/vcpkg.json
+++ b/ports/boost-array/vcpkg.json
@@ -1,13 +1,12 @@
{
"name": "boost-array",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost array module",
"homepage": "https://github.com/boostorg/array",
"dependencies": [
"boost-assert",
"boost-config",
"boost-core",
- "boost-detail",
"boost-static-assert",
"boost-throw-exception",
"boost-vcpkg-helpers"