aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-crc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-crc')
-rw-r--r--ports/boost-crc/portfile.cmake4
-rw-r--r--ports/boost-crc/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/boost-crc/portfile.cmake b/ports/boost-crc/portfile.cmake
index 9f3757660..1685331f5 100644
--- a/ports/boost-crc/portfile.cmake
+++ b/ports/boost-crc/portfile.cmake
@@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/crc
- REF boost-1.75.0
- SHA512 500ee5b9b91d45dfb00486905e0953e88be5a64f7c1d256c1bd5af0497a1ff02f6c64c22b07a31c2331480bf1b3d6956ca79dabc2183110662b271b76a8541f8
+ REF boost-1.76.0
+ SHA512 714041c7525dff54ca47d61482d691a06fbb8bf65c93cf87a34f522798657d2d4a01633c2d23c9688626b13e37e4f9f18ab66dccf1499518ba9927499f59e8b2
HEAD_REF master
)
diff --git a/ports/boost-crc/vcpkg.json b/ports/boost-crc/vcpkg.json
index 5bed63a5f..e87e147c2 100644
--- a/ports/boost-crc/vcpkg.json
+++ b/ports/boost-crc/vcpkg.json
@@ -1,11 +1,10 @@
{
"name": "boost-crc",
- "version-string": "1.75.0",
+ "version": "1.76.0",
"description": "Boost crc module",
"homepage": "https://github.com/boostorg/crc",
"dependencies": [
"boost-array",
- "boost-compatibility",
"boost-config",
"boost-integer",
"boost-type-traits",