diff options
Diffstat (limited to 'ports/boost-endian')
| -rw-r--r-- | ports/boost-endian/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-endian/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-endian/portfile.cmake b/ports/boost-endian/portfile.cmake index 7731ffa6a..b7451f6aa 100644 --- a/ports/boost-endian/portfile.cmake +++ b/ports/boost-endian/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/endian
- REF boost-1.75.0
- SHA512 cd8ba3b22303424b848e2c985cd3e1da632ce299bff1e0fa7ff42539a077707cf50389505786c7418b6b6786c545728583baeaba8a65ead37c8c595457e64458
+ REF boost-1.76.0
+ SHA512 8075e7127872d134954708287aef372f872937ecec50db91fd78cc9de33056ba732519a8f7f76ce9bbcfbec0894416b3f3738259ba93ad2cc47702e58366516f
HEAD_REF master
)
diff --git a/ports/boost-endian/vcpkg.json b/ports/boost-endian/vcpkg.json index 33e920159..209e7119b 100644 --- a/ports/boost-endian/vcpkg.json +++ b/ports/boost-endian/vcpkg.json @@ -1,12 +1,11 @@ { "name": "boost-endian", - "version-string": "1.75.0", + "version": "1.76.0", "description": "Boost endian module", "homepage": "https://github.com/boostorg/endian", "dependencies": [ "boost-config", "boost-core", - "boost-integer", "boost-static-assert", "boost-type-traits", "boost-vcpkg-helpers" |
