aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-program-options
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-program-options
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-program-options')
-rw-r--r--ports/boost-program-options/portfile.cmake4
-rw-r--r--ports/boost-program-options/vcpkg.json9
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/boost-program-options/portfile.cmake b/ports/boost-program-options/portfile.cmake
index 77bc117b6..1988be927 100644
--- a/ports/boost-program-options/portfile.cmake
+++ b/ports/boost-program-options/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/program_options
- REF boost-1.76.0
- SHA512 5cbd02923de60da9b8b4ac232daabc4b3ac8c07f46d8de1a69576c331d1f13951166d4c61649328c68405d7e4d2cb2bf5996521a53c211f5399bd67acb546bce
+ REF boost-1.77.0
+ SHA512 9035f69d3b478db65c960e00887130ff1388d2af518ec7507dfc8708c601400aeefca091b693764dfeb539a1aa29583101360a55c6ae859053e1be88cb5e70aa
HEAD_REF master
)
diff --git a/ports/boost-program-options/vcpkg.json b/ports/boost-program-options/vcpkg.json
index f4bab0e24..28af65129 100644
--- a/ports/boost-program-options/vcpkg.json
+++ b/ports/boost-program-options/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "boost-program-options",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost program_options module",
"homepage": "https://github.com/boostorg/program_options",
"dependencies": [
@@ -16,7 +16,6 @@
"boost-function",
"boost-iterator",
"boost-lexical-cast",
- "boost-math",
{
"name": "boost-modular-build-helper",
"host": true
@@ -26,6 +25,10 @@
"boost-throw-exception",
"boost-tokenizer",
"boost-type-traits",
- "boost-vcpkg-helpers"
+ "boost-vcpkg-helpers",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
]
}