Skip to content

Commit

Permalink
[ngtcp2] update to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Dec 26, 2024
1 parent 80d54ff commit 2a4130d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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 0fa71544d70080ed9b0373383aaf985c7ed162913a480371affb3131cb3bb55e9a9653896da3801f5b1d121fc654232f5e463298f8070413f309bb4a514898f8
SHA512 ad435ff9462e4cf824122f2fc92c3998f430ac791ccc7ede464e51cb7beaa87f16d262b5dc3b2d32125864204a7c51b12712373296d030b14fe89dc50b7a9243
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/ngtcp2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngtcp2",
"version": "1.9.1",
"version": "1.10.0",
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
"homepage": "https://github.com/ngtcp2/ngtcp2",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6373,7 +6373,7 @@
"port-version": 0
},
"ngtcp2": {
"baseline": "1.9.1",
"baseline": "1.10.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": "6fecc32f457f40922f55d7fe4b0dbeb9c848ec90",
"version": "1.10.0",
"port-version": 0
},
{
"git-tree": "963e4c47fa03f36483347f322dc64fdcfbe40272",
"version": "1.9.1",
Expand Down

0 comments on commit 2a4130d

Please sign in to comment.