Skip to content

Commit

Permalink
[nghttp2] update to 1.62.1 (#38857)
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte authored May 25, 2024
1 parent eb445dc commit a9ba765
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/nghttp2/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 nghttp2/nghttp2
REF "v${VERSION}"
SHA512 77fae3c9931f246a69ae6de79db7614319379f5102acc62d8b0bd003b423d85885269802b81a2e2f3d60a18631f83373b1b5328bb0004945e6684317dec34769
SHA512 debb43ad331c1a1e8a1591e9aab21a0e5f7a03372a845ee67f32307863aed5acf9d87feb4ca037158452c7482b59ce3e2a113992d5d696c8bfd7131bb02b38b1
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nghttp2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nghttp2",
"version": "1.62.0",
"version": "1.62.1",
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
"homepage": "https://github.com/nghttp2/nghttp2",
"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 @@ -6129,7 +6129,7 @@
"port-version": 4
},
"nghttp2": {
"baseline": "1.62.0",
"baseline": "1.62.1",
"port-version": 0
},
"nghttp2-asio": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nghttp2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c7fd11835e7bcb267322ba09d92db75819881dd7",
"version": "1.62.1",
"port-version": 0
},
{
"git-tree": "d5ff35ea994ae111b18296f322006f056528f52a",
"version": "1.62.0",
Expand Down

0 comments on commit a9ba765

Please sign in to comment.