aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-timer
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-timer')
-rw-r--r--ports/boost-timer/CONTROL2
-rw-r--r--ports/boost-timer/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-timer/CONTROL b/ports/boost-timer/CONTROL
index bc3675b99..76b5d2344 100644
--- a/ports/boost-timer/CONTROL
+++ b/ports/boost-timer/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-timer
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-build, boost-chrono, boost-compatibility, boost-config, boost-core, boost-integer, boost-io, boost-modular-build-helper, boost-predef, boost-system, boost-throw-exception, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/timer
Description: Boost timer module
diff --git a/ports/boost-timer/portfile.cmake b/ports/boost-timer/portfile.cmake
index a14c723b6..393e91ba5 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.74.0
- SHA512 98776709e9ce58833ecbe2131a0723ef55e056a03e847b2aac304f101df279e2825452892ab9031d8fc57165775635349162b6254283181e25e51290464f9807
+ REF boost-1.75.0
+ SHA512 718b469ed561ea8897bee96c12aa90a2840ba9c4772e963ab35d53d0d161ad39e630ef954b393155f834309607d1cd4f7b63b537e4465b8e50ad303438e3ba30
HEAD_REF master
)