diff options
Diffstat (limited to 'ports/boost-format')
| -rw-r--r-- | ports/boost-format/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-format/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-format/portfile.cmake b/ports/boost-format/portfile.cmake index 600a66bfa..33456281b 100644 --- a/ports/boost-format/portfile.cmake +++ b/ports/boost-format/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/format
- REF boost-1.75.0
- SHA512 618ad8b4d7b2982973b21b69e4c8d9c982b56d775756b52399aea3dbdece718e6e77a202e8ecaeec5597a5781227893acc2da837a224ce89f439579d8395b05a
+ REF boost-1.76.0
+ SHA512 7f988f0a3bf2e483d09edc7eb698128286b5c19bb9c4e39e9947ec4d1457b5c3d0b6d7b6f656dd9a2f96e4d372745d62843cd2836b12b96624059576c1905e3b
HEAD_REF master
)
diff --git a/ports/boost-format/vcpkg.json b/ports/boost-format/vcpkg.json index 7dbab9f35..e824cf9d2 100644 --- a/ports/boost-format/vcpkg.json +++ b/ports/boost-format/vcpkg.json @@ -1,11 +1,10 @@ { "name": "boost-format", - "version-string": "1.75.0", + "version": "1.76.0", "description": "Boost format module", "homepage": "https://github.com/boostorg/format", "dependencies": [ "boost-assert", - "boost-compatibility", "boost-config", "boost-core", "boost-detail", |
