Skip to content

Commit

Permalink
Geographiclib/2.2 (microsoft#30075)
Browse files Browse the repository at this point in the history
* interim upgrade to GeographicLib 2.2

* [geographiclib] Update to version 2.2
  • Loading branch information
cffk authored Mar 8, 2023
1 parent c4d2bab commit 54e3abf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/geographiclib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO geographiclib
REF distrib-C++
FILENAME "GeographicLib-2.1.2.tar.gz"
SHA512 0f43657af93028f62f934a6290d17245d2ac5308753ed33de87e2e5da39793a28e04c40897eee34cc3786eb82dcbb49b5fcf5c21214b1e5519e5f14fab34382f
FILENAME "GeographicLib-2.2.tar.gz"
SHA512 7b6d6c56bc2b310190b7918eb21ebebd99b28143666ba4ee33c6a3cb6de927e64c48a2d6d59eb13a86c9beebb022a57048f6523e96fe236b9e247b90d357b8b4
)

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.1.2",
"version": "2.2",
"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 @@ -2689,7 +2689,7 @@
"port-version": 4
},
"geographiclib": {
"baseline": "2.1.2",
"baseline": "2.2",
"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": "1f367e37fa03f3909ab0817475ded728bbb3d9ec",
"version": "2.2",
"port-version": 0
},
{
"git-tree": "e365b65638505fa44d420b0199c5f876e7cbe1c9",
"version": "2.1.2",
Expand Down

0 comments on commit 54e3abf

Please sign in to comment.