aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime GIMENO <maxime.gimeno@gmail.com>2020-10-20 21:24:27 +0200
committerGitHub <noreply@github.com>2020-10-20 12:24:27 -0700
commit802573eaa0b1ed12726c1c88144fa76825c58aab (patch)
tree3c28b5b55ffa0784d7dedfd700f2ec07b16d43d4
parenta4eca5fabc1743e309e75736c6d8a2420f48193d (diff)
downloadvcpkg-802573eaa0b1ed12726c1c88144fa76825c58aab.tar.gz
vcpkg-802573eaa0b1ed12726c1c88144fa76825c58aab.zip
[cgal] Upgrade CGAL to 5.1 (#12614)
-rw-r--r--ports/cgal/CONTROL2
-rw-r--r--ports/cgal/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/cgal/CONTROL b/ports/cgal/CONTROL
index 1cb5e38bc..b834b8f43 100644
--- a/ports/cgal/CONTROL
+++ b/ports/cgal/CONTROL
@@ -1,5 +1,5 @@
Source: cgal
-Version: 5.0.3
+Version: 5.1-beta2
Build-Depends: mpfr, mpir, zlib, boost-format, boost-container, boost-ptr-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random, boost-foreach, boost-graph, boost-heap, boost-logic, boost-multiprecision, boost-interval
Homepage: https://github.com/CGAL/cgal
Description: The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.
diff --git a/ports/cgal/portfile.cmake b/ports/cgal/portfile.cmake
index a71065038..0422616c9 100644
--- a/ports/cgal/portfile.cmake
+++ b/ports/cgal/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_buildpath_length_warning(37)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CGAL/cgal
- REF releases/CGAL-5.0.3
- SHA512 e163276264d8aeb3a546392f87d898bcbc59a4e2f10c23327f0c8e3d41f0d3d8200f872230da3f077d3a564acfa4b3fa4c6a101db0b3cd8d4a4028fffa8110df
+ REF v5.1
+ SHA512 862725887558adbc142b794f96ef8bf24264f3777653248249021743cc4f514a41525322ca060d2ef0746d1012532fb722f3a0b74cc7e1a41c89b933e09049ca
HEAD_REF master
)