aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-python/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ports/boost-python/portfile.cmake')
-rw-r--r--ports/boost-python/portfile.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/boost-python/portfile.cmake b/ports/boost-python/portfile.cmake
index 912926d61..30624f90d 100644
--- a/ports/boost-python/portfile.cmake
+++ b/ports/boost-python/portfile.cmake
@@ -5,10 +5,9 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/python
- REF boost-1.70.0
- SHA512 0e540f68713460c64f195f56af1cbd00ae4fa98adc91a83a0c1fdb7e60950cf282cab02b772f06e7c268c3cd294566d6abfa1d1aa545c687a256d6863870f72d
+ REF boost-1.71.0
+ SHA512 0b78db2d0fda09298092cfbe7580d67db015aac7d5fac44c363dcc025f61d043fe4a87446b3f8f1fa76ae685838a98b0ed68609ecd945328f5fc4b12a493ee6a
HEAD_REF master
- PATCHES unwind-type.patch
)
# Find Python. Can't use find_package here, but we already know where everything is