aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-random
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-random
parent3768cef9c204bb168c04b3ba7cb93b10a140a91d (diff)
downloadvcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.tar.gz
vcpkg-cc471dc0f59b7b2066d6172c2893419412327a7a.zip
[boost] update to 1.77.0 (#19556)
Diffstat (limited to 'ports/boost-random')
-rw-r--r--ports/boost-random/portfile.cmake4
-rw-r--r--ports/boost-random/vcpkg.json9
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/boost-random/portfile.cmake b/ports/boost-random/portfile.cmake
index 1786248e6..587d4db9d 100644
--- a/ports/boost-random/portfile.cmake
+++ b/ports/boost-random/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/random
- REF boost-1.76.0
- SHA512 d34405b2b5d9e4de201b07d97a2440dbc49f54eba6e1f13f37a50f453d2e09ca7e0a0c2559706eab7f57651219325d2606cd29e91bff0710af269976504abb73
+ REF boost-1.77.0
+ SHA512 74b9bc57e685e79310c46d168f88cc04cff3bb58f37e66658b726d96e7ea3405ee8e3c50f6261e65d2dac2bf8edfa4fe30e987ce7d5cb31ed1cdf74ea4326814
HEAD_REF master
)
diff --git a/ports/boost-random/vcpkg.json b/ports/boost-random/vcpkg.json
index 4f40f9d6c..d2e9e6c4f 100644
--- a/ports/boost-random/vcpkg.json
+++ b/ports/boost-random/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "boost-random",
- "version": "1.76.0",
+ "version": "1.77.0",
"description": "Boost random module",
"homepage": "https://github.com/boostorg/random",
"dependencies": [
@@ -12,7 +12,6 @@
},
"boost-config",
"boost-core",
- "boost-detail",
"boost-dynamic-bitset",
"boost-integer",
"boost-io",
@@ -26,6 +25,10 @@
"boost-throw-exception",
"boost-type-traits",
"boost-utility",
- "boost-vcpkg-helpers"
+ "boost-vcpkg-helpers",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
]
}