Skip to content

Commit

Permalink
[earcut-hpp] Update to 2.2.4 (microsoft#29068)
Browse files Browse the repository at this point in the history
* [earcut-hpp] Update to 2.2.4

* apply suggestions

* v db
  • Loading branch information
Osyotr authored Jan 24, 2023
1 parent 61ce3a4 commit 83bde25
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/earcut-hpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/earcut.hpp
REF v2.2.3
SHA512 f87f0084dbbcda85b409c326587a376d443f2484b6a69c216d2ad94ea8ea238912dfe1174b464b08faec10ea5c29ebae6478e7abfe5ff682a7b043784c1e3acf
REF "v${VERSION}"
SHA512 87f52bf99273dc47f78ebacd4ee0ccbab4edd3f9b85d97aed1c0d1165b3e2523e1a71f3a37a118e82170e79d57a2e09644d4115facb63dc6f704affb9c428e6b
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/earcut-hpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "earcut-hpp",
"version": "2.2.3",
"version": "2.2.4",
"description": "earcut.hpp is a C++ port of earcut.js, a fast, header-only polygon triangulation library.",
"homepage": "https://github.com/mapbox/earcut.hpp",
"license": "ISC"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@
"port-version": 2
},
"earcut-hpp": {
"baseline": "2.2.3",
"baseline": "2.2.4",
"port-version": 0
},
"eastl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/earcut-hpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f4f99272400624124150cb485899cdc3efb24313",
"version": "2.2.4",
"port-version": 0
},
{
"git-tree": "89c9c15fcd180f5e17b02290430dfe7019dc830c",
"version": "2.2.3",
Expand Down

0 comments on commit 83bde25

Please sign in to comment.