Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/ngtcp2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ngtcp2/ngtcp2
REF "v${VERSION}"
SHA512 3115773b80fda6b6c3d4ad6a5132015dfdfa863da8826db835a8cc478270886f89345d4bdb951abc373acc79b984592880ed174e5799fd77706f70298d07ce0e
SHA512 2b6321f3183d068ac702cc04dc2e98318bfbced6cf1bef7a35390a7640b7f04cc33fb2b6a48f4ae32baeb18bd4b9389c32654069532d10e6636f5b519f60f7f3
HEAD_REF main
)

Expand Down
3 changes: 2 additions & 1 deletion ports/ngtcp2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "ngtcp2",
"version": "1.21.0",
"version": "1.22.0",
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
"homepage": "https://github.com/ngtcp2/ngtcp2",
"documentation": "https://nghttp2.org/ngtcp2/",
"license": "MIT",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6961,7 +6961,7 @@
"port-version": 0
},
"ngtcp2": {
"baseline": "1.21.0",
"baseline": "1.22.0",
"port-version": 0
},
"nifly": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/ngtcp2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3ca6c9c1cb1bd79bf2c48c61f057c5ac7be56acd",
"version": "1.22.0",
"port-version": 0
},
{
"git-tree": "45b2b9b6b0459ae238caa187a5aa28f20abdfa74",
"version": "1.21.0",
Expand Down
Loading