Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/sfcgal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
REPO sfcgal/SFCGAL
REF "v${VERSION}"
SHA512 be72b10cc9d96b3abbc8e54de98fdbf3abf8fd826aa4efccc606fbef5139b81b7347631f03c3d3bf343ca0797941d3fff71824e0f2841e6a7d52373011338df6
SHA512 8b629df31cef1b3b5538eb5a00b51be9553595ad52857030298dbb08bba2997d25a91f579f5a3a9168563f3833f18065fec5089f59cd8994abe99e4cfd421f25
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/sfcgal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sfcgal",
"version": "2.1.0",
"version": "2.2.0",
"description": "sfcgal is a C++ wrapper library around CGAL with the aim of supporting ISO 191007:2013 and OGC Simple Features for 3D operations.",
"homepage": "https://gitlab.com/SFCGAL/SFCGAL",
"license": "LGPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8749,7 +8749,7 @@
"port-version": 4
},
"sfcgal": {
"baseline": "2.1.0",
"baseline": "2.2.0",
"port-version": 0
},
"sfgui": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sfcgal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5cc0efbdbdf84310e313e38895b267670021a490",
"version": "2.2.0",
"port-version": 0
},
{
"git-tree": "8879138885c392efa50eb20351aae5ff8bbdb7f9",
"version": "2.1.0",
Expand Down