vcpkg/ports/nghttp2/vcpkg.json
Alexis La Goutte 1ccf92726f
[nghttp2]: update to v1.49.0 (#26425)
* [nghttp2]: update to v1.48.0

* nghttp2(vcpkg): Add License (MIT)

* nghttp2(.json), fix git hash after update licence

* nghttp2: update to 1.49.0

* nghttp2.json: remove v1.48.0

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2022-08-24 08:51:57 -07:00

14 lines
289 B
JSON

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