diff options
Diffstat (limited to 'ports/boost-timer')
| -rw-r--r-- | ports/boost-timer/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-timer/vcpkg.json | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/ports/boost-timer/portfile.cmake b/ports/boost-timer/portfile.cmake index 0cc16578d..fcca8cb5b 100644 --- a/ports/boost-timer/portfile.cmake +++ b/ports/boost-timer/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/timer
- REF boost-1.75.0
- SHA512 718b469ed561ea8897bee96c12aa90a2840ba9c4772e963ab35d53d0d161ad39e630ef954b393155f834309607d1cd4f7b63b537e4465b8e50ad303438e3ba30
+ REF boost-1.76.0
+ SHA512 c61fa1957a193600091959b49f5d84137ce8823fbe53bb3761bd40c9c0bd7d3660b7e449c0a903cdd6249e21d84ee19d86e26449aabe0df8404e400af946aa87
HEAD_REF master
)
diff --git a/ports/boost-timer/vcpkg.json b/ports/boost-timer/vcpkg.json index 82da293c2..aceb8db87 100644 --- a/ports/boost-timer/vcpkg.json +++ b/ports/boost-timer/vcpkg.json @@ -1,7 +1,6 @@ { "name": "boost-timer", - "version-string": "1.75.0", - "port-version": 1, + "version": "1.76.0", "description": "Boost timer module", "homepage": "https://github.com/boostorg/timer", "dependencies": [ @@ -10,10 +9,8 @@ "host": true }, "boost-chrono", - "boost-compatibility", "boost-config", "boost-core", - "boost-integer", "boost-io", { "name": "boost-modular-build-helper", |
