diff options
Diffstat (limited to 'ports/boost-random')
| -rw-r--r-- | ports/boost-random/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/boost-random/vcpkg.json | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/ports/boost-random/portfile.cmake b/ports/boost-random/portfile.cmake index fe0763aa0..1786248e6 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.75.0
- SHA512 b18c8b6d1c0a3ae551e81a1b4d2c213910f748f236358b54eafc25342a6fba4cf7a4eafec2bf972446ee8aed5a937c5fea00a46b6c678604a42f5449319d7c73
+ REF boost-1.76.0
+ SHA512 d34405b2b5d9e4de201b07d97a2440dbc49f54eba6e1f13f37a50f453d2e09ca7e0a0c2559706eab7f57651219325d2606cd29e91bff0710af269976504abb73
HEAD_REF master
)
diff --git a/ports/boost-random/vcpkg.json b/ports/boost-random/vcpkg.json index 5a67fca81..4f40f9d6c 100644 --- a/ports/boost-random/vcpkg.json +++ b/ports/boost-random/vcpkg.json @@ -1,28 +1,25 @@ { "name": "boost-random", - "version-string": "1.75.0", - "port-version": 1, + "version": "1.76.0", "description": "Boost random module", "homepage": "https://github.com/boostorg/random", "dependencies": [ + "boost-array", "boost-assert", { "name": "boost-build", "host": true }, - "boost-compatibility", "boost-config", "boost-core", "boost-detail", "boost-dynamic-bitset", "boost-integer", "boost-io", - "boost-math", { "name": "boost-modular-build-helper", "host": true }, - "boost-multiprecision", "boost-range", "boost-static-assert", "boost-system", |
