Skip to content

Commit 3c44ce8

Browse files
committed
Update nghttp2 to v1.64.0
1 parent 08beeb2 commit 3c44ce8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ the requirements.
5252
| [zlib](https://github.com/zlib-ng/zlib-ng) | 2.2.2 | 2024-09-17 |
5353
| [brotli](https://github.com/google/brotli) | 1.1.0 | 2023-08-31 |
5454
| [libressl](https://www.libressl.org) | 4.0.0 | 2024-10-14 |
55-
| [nghttp2](https://nghttp2.org) | 1.63.0 | 2024-08-27 |
55+
| [nghttp2](https://nghttp2.org) | 1.64.0 | 2024-10-21 |
5656
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.6.0 | 2024-10-05 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.8.1 | 2024-10-17 |
5858
| [c-ares](https://c-ares.org) | 1.33.0 | 2024-08-02 |

ports/nghttp2/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(VERSION 1.63.0)
1+
set(VERSION 1.64.0)
22

33
set(FILENAME "nghttp2-${VERSION}.tar.xz")
44
set(URLS "https://github.com/nghttp2/nghttp2/releases/download/v${VERSION}/${FILENAME}")
@@ -7,7 +7,7 @@ set(URLS "https://github.com/nghttp2/nghttp2/releases/download/v${VERSION}/${FIL
77
vcpkg_download_distfile(ARCHIVE
88
URLS ${URLS}
99
FILENAME ${FILENAME}
10-
SHA512 ac5005f33664981e194730223881f4207c9570cb8d9bba51b5592a3e7eb59455ebe25bf190211811513c64497a1b42ec7a82cc7f810059f46c99a83dd2d6cef9
10+
SHA512 b544196c3b7a55faacd11700d11e2fe4f16a7418282c9abb24a668544a15293580fd1a2cc5f93367c8a17c7ee45335c6d2f5c68a72dd176d516fd033f203eeec
1111
)
1212

1313
# Extract archive

ports/nghttp2/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nghttp2",
3-
"version": "1.63.0",
3+
"version": "1.64.0",
44
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C.",
55
"homepage": "https://nghttp2.org",
66
"license": "MIT",

0 commit comments

Comments
 (0)