mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 18:19:07 +08:00
1ccf92726f
* [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>
14 lines
289 B
JSON
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
|
|
}
|
|
]
|
|
}
|