diff options
Diffstat (limited to 'ports/boost-optional')
| -rw-r--r-- | ports/boost-optional/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-optional/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-optional/portfile.cmake b/ports/boost-optional/portfile.cmake index 829dcfecf..0705d960a 100644 --- a/ports/boost-optional/portfile.cmake +++ b/ports/boost-optional/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/optional
- REF boost-1.75.0
- SHA512 0ca750030089267e1fc2f5a91b85bdddb239ffb2dfa02457176c7bee2caa926457a70cf8bcaec78658668b36e70c9d927823d7cf960d5a37ce8d879cefb3029d
+ REF boost-1.76.0
+ SHA512 4802a27da00446384ae4c91075593f0d67628192d9f9cbc2378a190d1ef5491979c40934b3ac0e72145522847d0abbd1afd44345696cd936875189ab0013138c
HEAD_REF master
)
diff --git a/ports/boost-optional/vcpkg.json b/ports/boost-optional/vcpkg.json index 7afa11956..5cfaf9a3a 100644 --- a/ports/boost-optional/vcpkg.json +++ b/ports/boost-optional/vcpkg.json @@ -1,6 +1,6 @@ { "name": "boost-optional", - "version-string": "1.75.0", + "version": "1.76.0", "description": "Boost optional module", "homepage": "https://github.com/boostorg/optional", "dependencies": [ |
