vcpkg/ports/libmaxminddb/vcpkg.json
Jonas Marklén ee9c88f9ec
[libmaxminddb] Updated version to 1.9.1 (#36112)
* Updated libmaxminddb to version 1.9.1

* Cleanup portfile

* Use vcpkg_install_copyright function

* Updated versions

* Update ci.baseline.txt

* Implemented fixes from dg0yt

* Versions updated

* Update portfile.cmake

* Update libmaxminddb.json

---------

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2024-01-11 15:43:37 -08:00

17 lines
322 B
JSON

{
"name": "libmaxminddb",
"version": "1.9.1",
"description": "C library for the MaxMind DB file format",
"homepage": "https://github.com/maxmind/libmaxminddb",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}