Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[geographiclib] Update to version 2.5 #42992

Merged
merged 2 commits into from
Dec 30, 2024
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/geographiclib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_sourceforge(
REPO geographiclib
REF distrib-C++
FILENAME "GeographicLib-${VERSION}.tar.gz"
SHA512 31b6019784d3379572f973e6bd99957cd977baeaec55a7702340e50285321158646b3a87ea96111b3f14ee08ea50bc3a1b2eb2c51641995e8f289518cc23f618
SHA512 c165115228b775a4a95b318c1bac1d2871e45ea21f20043c9c9f1c165efb6848c027b883f7b19dcce8c86e71ded56eb5fdcde39f1ff94d61fdc98c9206abd1ae
)

vcpkg_check_features(
Expand Down
2 changes: 1 addition & 1 deletion ports/geographiclib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geographiclib",
"version": "2.4",
"version": "2.5",
"description": "GeographicLib, a C++ library for performing geographic conversions",
"homepage": "https://geographiclib.sourceforge.io",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3061,7 +3061,7 @@
"port-version": 3
},
"geographiclib": {
"baseline": "2.4",
"baseline": "2.5",
"port-version": 0
},
"geos": {
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/geographiclib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8950245edd6133b6f42168a24d6c3ab40830f778",
"version": "2.5",
"port-version": 0
},
{
"git-tree": "0e8298595896b923a529fb3fefac902cfa1e2caa",
"version": "2.4",
Expand Down