Skip to content

Commit

Permalink
[cgal] update to 5.5 (#25956)
Browse files Browse the repository at this point in the history
* [cgal] upgrade to 5.5

* vcpkg x-add-version --all
  • Loading branch information
lrineau authored Jul 25, 2022
1 parent 8d5dae7 commit 6def72b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/cgal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ vcpkg_buildpath_length_warning(37)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CGAL/cgal
REF v5.4.2
SHA512 6274f6938b29dabf57f68eda45b80dcb84c29d8ab3febde4b79c2dd70e0a4b7989347804418a66ffe66d63b551f68de2d890cfda56f4681996a00a813a0e9bf7
REF v5.5
SHA512 d689b0d4e04ff0a4297939dc0d4c001de88e811583b73fe6173f46b38d51f31f336a09a66c47cf79a1511942a4f5cf4df5d57871deec926bec71183c63b3d2f1
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/cgal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cgal",
"version": "5.4.2",
"version": "5.5",
"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.",
"homepage": "https://github.com/CGAL/cgal",
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@
"port-version": 2
},
"cgal": {
"baseline": "5.4.2",
"baseline": "5.5",
"port-version": 0
},
"cgicc": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cgal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7cbf69841400a6d51bc3db55b35524a22efcafd1",
"version": "5.5",
"port-version": 0
},
{
"git-tree": "848c2d53e283533691f59e2d7faee6ffd9bbe2f2",
"version": "5.4.2",
Expand Down

0 comments on commit 6def72b

Please sign in to comment.