Skip to content

Commit

Permalink
[cgal] update to 5.5.2 (#32804)
Browse files Browse the repository at this point in the history
* [cgal] update to 5.5.3

* vcpkg x-add-version --all
  • Loading branch information
lrineau authored Jul 31, 2023
1 parent ba5fb96 commit c7d5bca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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.5.2
SHA512 0928081656cf52254f70a96aeaf59286e7603b5c741c2056c1ac5f3d432dba7c931ae4cd5abf77af71924e0d043a8699200ac3737c53e91d207770e6d3e98999
REF v5.5.3
SHA512 9353f42b892a7a331a1c12888c25523340d2f3643c520b58b5bfba5c9d8ce492727060ea56fef47cf5947d4e3e50a2b101fe28cf11680f28f238914f27022207
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/cgal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "cgal",
"version": "5.5.2",
"port-version": 1,
"version": "5.5.3",
"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
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1465,8 +1465,8 @@
"port-version": 3
},
"cgal": {
"baseline": "5.5.2",
"port-version": 1
"baseline": "5.5.3",
"port-version": 0
},
"cgicc": {
"baseline": "3.2.19",
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": "2361640f4f9d33c828b66c32b900beda59a63036",
"version": "5.5.3",
"port-version": 0
},
{
"git-tree": "339e2b1de050beafb97938c210b823c04182e206",
"version": "5.5.2",
Expand Down

0 comments on commit c7d5bca

Please sign in to comment.