vcpkg/ports/nghttp2/vcpkg.json
Kai Pastor 018c0fa159
[nghttp2] Update and fixes (#19163)
* Format manifest

* Update to v1.44.0

* Modernize and fix portfile

* Fix usage in static windows triplets

* x-add-version
2021-07-28 12:25:26 -07:00

13 lines
269 B
JSON

{
"name": "nghttp2",
"version": "1.44.0",
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
"homepage": "https://github.com/nghttp2/nghttp2",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}