Skip to content

Commit d9d7b3d

Browse files
committed
Update nghttp3 to v1.0.0
1 parent 65a0ec2 commit d9d7b3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the requirements.
5353
| [brotli](https://github.com/google/brotli) | 1.1.0 | 2023-08-31 |
5454
| [libressl](https://www.libressl.org) | 3.8.0 | 2023-05-26 |
5555
| [nghttp2](https://nghttp2.org) | 1.57.0 | 2023-10-10 |
56-
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 0.15.0 | 2023-09-02 |
56+
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.0.0 | 2023-10-15 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.0.1 | 2023-10-23 |
5858
| [c-ares](https://c-ares.org) | 1.20.1 | 2023-10-08 |
5959
| [curl](https://curl.se) | 8.4.0 | 2023-10-11 |

ports/nghttp3/portfile.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
set(VERSION 0.15.0)
1+
set(VERSION 1.0.0)
22

33
# Get archive
44
vcpkg_download_distfile(ARCHIVE
55
URLS "https://github.com/ngtcp2/nghttp3/releases/download/v${VERSION}/nghttp3-${VERSION}.tar.bz2"
66
FILENAME "nghttp3-${VERSION}.tar.bz2"
7-
SHA512 bc65fa20cf66119c6577a7786e48fadeb5b52a14e500d885e736492b63c65da71f4d265362b1ba3a7ebeae99e4f0538b05a227a7a1540de4d14568f2c2b0c011
7+
SHA512 9263be76736886d697ca4d06c6b05ec7098df6195eefb7afd5140c3bc471d830c45397c811d62e6c403cc26ca0dba1ad2c5eef3ae7989aaa1f42a2e3cc1b649f
88
)
99

1010
# Extract archive

ports/nghttp3/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nghttp3",
3-
"version": "0.15.0",
3+
"version": "1.0.0",
44
"description": "An implementation of HTTP/3 mapping over QUIC and QPACK in C.",
55
"homepage": "https://github.com/ngtcp2/nghttp3",
66
"license": "MIT",

0 commit comments

Comments
 (0)