mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
ee9c88f9ec
* 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>
17 lines
322 B
JSON
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
|
|
}
|
|
]
|
|
}
|