mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 03:47:59 +08:00
[Geographiclib] Update to v2.1 (#25165)
* Upgrade to GeographicLib 2.1 * [geographiclib] Update to version 2.1
This commit is contained in:
parent
8ec3d7611e
commit
9d6fc50eac
@ -2,8 +2,8 @@ vcpkg_from_sourceforge(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO geographiclib
|
||||
REF distrib-C++
|
||||
FILENAME "GeographicLib-2.0.tar.gz"
|
||||
SHA512 7cf67174a64082372cdd249a64460e9f61c582aaf3d2a31e4e69d811f265e078ba62f945e9f1f44be6c58de4c20d0359dd46e0fd262ffac229df0ba2c6adc848
|
||||
FILENAME "GeographicLib-2.1.tar.gz"
|
||||
SHA512 efa3bad6a4f4fb3b2553334f357b5051b82a0c295e9c80ead467a8cdaeb438d81c59bc162444cb7cafa7733d0907a7d303e7f2b5a07640b19dc57a1d0c6c5d95
|
||||
)
|
||||
|
||||
vcpkg_check_features(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "geographiclib",
|
||||
"version": "2.0",
|
||||
"version": "2.1",
|
||||
"description": "GeographicLib, a C++ library for performing geographic conversions",
|
||||
"homepage": "https://geographiclib.sourceforge.io",
|
||||
"license": "MIT",
|
||||
|
@ -2481,7 +2481,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"geographiclib": {
|
||||
"baseline": "2.0",
|
||||
"baseline": "2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"geos": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "447b01efd62b08035684790b159926403cc5f7a1",
|
||||
"version": "2.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "440bbb70d0e2bd4df26e6c4c8e80a9f1942f743e",
|
||||
"version": "2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user