aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-hana
diff options
context:
space:
mode:
authoryurybura <yurybura@gmail.com>2020-12-24 04:16:42 +0300
committerGitHub <noreply@github.com>2020-12-23 17:16:42 -0800
commitf2c91b2d897ebbc7f4531ed46e6a650a582a92ff (patch)
tree4f4a8e74c65a534e9927a3983ac30e0db5d56319 /ports/boost-hana
parent6654632423844b0ff5441a6a99b4ae0ae259928f (diff)
downloadvcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.tar.gz
vcpkg-f2c91b2d897ebbc7f4531ed46e6a650a582a92ff.zip
[boost] update to 1.75.0 (#15090)
Diffstat (limited to 'ports/boost-hana')
-rw-r--r--ports/boost-hana/CONTROL2
-rw-r--r--ports/boost-hana/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost-hana/CONTROL b/ports/boost-hana/CONTROL
index f372c7c14..6b4e48709 100644
--- a/ports/boost-hana/CONTROL
+++ b/ports/boost-hana/CONTROL
@@ -1,6 +1,6 @@
# Automatically generated by scripts/boost/generate-ports.ps1
Source: boost-hana
-Version: 1.74.0
+Version: 1.75.0
Build-Depends: boost-config, boost-core, boost-fusion, boost-mpl, boost-tuple, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/hana
Description: Boost hana module
diff --git a/ports/boost-hana/portfile.cmake b/ports/boost-hana/portfile.cmake
index e66b7415d..dfa8be6aa 100644
--- a/ports/boost-hana/portfile.cmake
+++ b/ports/boost-hana/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/hana
- REF boost-1.74.0
- SHA512 9571e0223a730efa2143e23b519f8807d21ccd90be485765b15692c086777b4b9bb3aea751632df3dbf332d70387559103c26e5bfadf1c60eaac35e5e6ef7929
+ REF boost-1.75.0
+ SHA512 6c5ea81f9f7bdb735035a8a49fd82768102d2586cc4a1ee65e83260b26e3a39244f8053266b4d41a3260d8922bca667609fe9f360d1fe09a7f778035b318fbe5
HEAD_REF master
)