Skip to content

Commit

Permalink
[cgal] Update to version 5.4.1 (microsoft#25141)
Browse files Browse the repository at this point in the history
* [cga] Update to version 5.4.1

* ./vcpkg x-add-version --all
  • Loading branch information
lrineau authored Jun 10, 2022
1 parent 9d6fc50 commit 5ef732a
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 @@ -3,8 +3,8 @@ vcpkg_buildpath_length_warning(37)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO CGAL/cgal
REF v5.4
SHA512 c9cdacc74844a6eca94980d0350ae6defb99462ef70ddc3e15e825f06b171a21571efd9246a4abac16a6efc350aa9fa79330d2e89dcec24fc6ecff51905efdeb
REF v5.4.1
SHA512 2ec6167d8ebf1df121f1ac372d01862f7f3acb043deea4a334e0329976306f9c9e917cdc66b355728d3f99fdb76f5491d96f10fff660716ce27bfd3793380875
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.4",
"port-version": 1,
"version": "5.4.1",
"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 @@ -1321,8 +1321,8 @@
"port-version": 2
},
"cgal": {
"baseline": "5.4",
"port-version": 1
"baseline": "5.4.1",
"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": "898c2a987fc0104e3c8ba17afde418672e3b0019",
"version": "5.4.1",
"port-version": 0
},
{
"git-tree": "9b768fd944908a816ec83a1ff7cb37249aea808e",
"version": "5.4",
Expand Down

0 comments on commit 5ef732a

Please sign in to comment.