aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-histogram
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-histogram')
-rw-r--r--ports/boost-histogram/CONTROL2
-rw-r--r--ports/boost-histogram/portfile.cmake6
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/boost-histogram/CONTROL b/ports/boost-histogram/CONTROL
index 439a50983..047b90eac 100644
--- a/ports/boost-histogram/CONTROL
+++ b/ports/boost-histogram/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-histogram
-Version: 1.72.0
+Version: 1.73.0
Build-Depends: boost-assert, boost-config, boost-core, boost-mp11, boost-serialization, boost-throw-exception, boost-variant2, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/histogram
Description: Boost histogram module
diff --git a/ports/boost-histogram/portfile.cmake b/ports/boost-histogram/portfile.cmake
index 4ed3dc97e..07961a17c 100644
--- a/ports/boost-histogram/portfile.cmake
+++ b/ports/boost-histogram/portfile.cmake
@@ -1,12 +1,10 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/histogram
- REF boost-1.72.0
- SHA512 b33a8728012eaa98d9b7da9cfb20baecbdc53f08dad150a669ba3c94a13d08f3b5ffab803dd961124e7ed2c9d6c4de8ae3c71ef317fa97eb8a7383f76cf06d6a
+ REF boost-1.73.0
+ SHA512 b070f0fcbf5e285fda47861db903bc11f60122415dfb212c81b8eaafcf346364dfaf201ab2c759fb5547a5c34825ec528c8b19b88a7840fe51cc28b10f8f1d92
HEAD_REF master
)