vcpkg/ports/geotrans/vcpkg.json
MonicaLiu 3459f6c03f
[geotrans] Update to 3.9 (#29492)
* update geotrans:SHA512

* update version

* format

* update version

* update geotrans 3.9

* update version

* format

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-08 13:44:55 -08:00

15 lines
486 B
JSON

{
"name": "geotrans",
"version": "3.9",
"description": "GEOTRANS is an application that allows you to convert geographic coordinates among a wide variety of coordinate systems, map projections, grids, and datums. GEOTRANS runs in Microsoft Windows and LINUX environments.",
"homepage": "https://earth-info.nga.mil/GandG/update/index.php?action=home",
"license": null,
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}