aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-numeric-conversion
diff options
context:
space:
mode:
authorYury Bura <yurybura@gmail.com>2021-09-28 03:12:39 +0300
committerGitHub <noreply@github.com>2021-09-27 17:12:39 -0700
commitcc471dc0f59b7b2066d6172c2893419412327a7a (patch)
treeb3a496ff9a185c17bee8670454c34dd9879fa387 /ports/boost-numeric-conversion
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-numeric-conversion')
-rw-r--r--ports/boost-numeric-conversion/portfile.cmake4
-rw-r--r--ports/boost-numeric-conversion/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-numeric-conversion/portfile.cmake b/ports/boost-numeric-conversion/portfile.cmake
index 24ebf24f7..cf4e640c5 100644
--- a/ports/boost-numeric-conversion/portfile.cmake
+++ b/ports/boost-numeric-conversion/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/numeric_conversion
- REF boost-1.76.0
- SHA512 cd659c91ae7f3b25e3d0b13b44c028fcc86295fe414fde70e5decbe1d8fcb1dbd233c6a36b90b33def4e0709075a41661aa311305329f38ba36810326306427b
+ REF boost-1.77.0
+ SHA512 fa72f79ff3111c99ccddfa1af55d154665974096bb7f3c76ef28b6137212c263f95891b369a089d04b2f382cfbfbfee217631edf10d634f71ab644ef71c44afc
HEAD_REF master
)
diff --git a/ports/boost-numeric-conversion/vcpkg.json b/ports/boost-numeric-conversion/vcpkg.json
index a25310104..4d1bd9593 100644
--- a/ports/boost-numeric-conversion/vcpkg.json
+++ b/ports/boost-numeric-conversion/vcpkg.json
@@ -1,13 +1,12 @@
{
"name": "boost-numeric-conversion",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost numeric_conversion module",
"homepage": "https://github.com/boostorg/numeric_conversion",
"dependencies": [
"boost-config",
"boost-conversion",
"boost-core",
- "boost-detail",
"boost-mpl",
"boost-preprocessor",
"boost-throw-exception",