aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-ratio
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-ratio')
-rw-r--r--ports/boost-ratio/CONTROL2
-rw-r--r--ports/boost-ratio/portfile.cmake6
2 files changed, 3 insertions, 5 deletions
diff --git a/ports/boost-ratio/CONTROL b/ports/boost-ratio/CONTROL
index 32b39a37a..944b8ad2e 100644
--- a/ports/boost-ratio/CONTROL
+++ b/ports/boost-ratio/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-ratio
-Version: 1.72.0
+Version: 1.73.0
Build-Depends: boost-config, boost-core, boost-integer, boost-mpl, boost-rational, boost-static-assert, boost-type-traits, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/ratio
Description: Boost ratio module
diff --git a/ports/boost-ratio/portfile.cmake b/ports/boost-ratio/portfile.cmake
index 39941a2f1..448611029 100644
--- a/ports/boost-ratio/portfile.cmake
+++ b/ports/boost-ratio/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/ratio
- REF boost-1.72.0
- SHA512 2f2b288c6288801f59a3c966fbcd7cd9c300566eb96d1a536ba4986fc570c8e5c98396948a8dbfc2efaba7f55840bf70809d0d5ef5fed424076c6427d6d95965
+ REF boost-1.73.0
+ SHA512 8e3b203d120447c346b25272da821e8579e39427f5f6d66442ed10d0741c3fa80c4fc9b97a96cf15a22261d43a66ccc9700c390e34bda2ed3ae880c2ea7d04e3
HEAD_REF master
)