[cgal] update to 4.11.1 (#2894)

This commit is contained in:
Jason Juang 2018-02-27 07:35:15 -08:00 committed by Robert Schumacher
parent cbe62a8e1e
commit 397237813c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: cgal
Version: 4.11-3
Version: 4.11.1
Build-Depends: mpfr, mpir, zlib, qt5, boost-format, boost-container, boost-iterator, boost-variant, boost-any, boost-unordered, boost-random
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.

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CGAL/cgal
REF releases/CGAL-4.11
SHA512 91e555d5988bee387afa31331e1e3a8990206468fd8c774fd82979d9ff169e9c4835ecc6ba3d576cda617b6cb2cd52d27657d2434e38b29ce0e7e643436810ab
REF releases/CGAL-4.11.1
SHA512 fa5bdf62020bfba9d0774dd6333d0a4c6800d4d4c65a8be640710dde5446eca47941567ef801ace5b30b6027f5442b42bb7e0175f52758c5acc595b72cc031f6
HEAD_REF master
)