File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ the requirements.
53
53
| [ brotli] ( https://github.com/google/brotli ) | 1.1.0 | 2023-08-31 |
54
54
| [ libressl] ( https://www.libressl.org ) | 3.8.0 | 2023-05-26 |
55
55
| [ 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 |
57
57
| [ ngtcp2] ( https://github.com/ngtcp2/ngtcp2 ) | 1.0.1 | 2023-10-23 |
58
58
| [ c-ares] ( https://c-ares.org ) | 1.20.1 | 2023-10-08 |
59
59
| [ curl] ( https://curl.se ) | 8.4.0 | 2023-10-11 |
Original file line number Diff line number Diff line change 1
- set (VERSION 0.15 .0)
1
+ set (VERSION 1.0 .0)
2
2
3
3
# Get archive
4
4
vcpkg_download_distfile(ARCHIVE
5
5
URLS "https://github.com/ngtcp2/nghttp3/releases/download/v${VERSION} /nghttp3-${VERSION} .tar.bz2"
6
6
FILENAME "nghttp3-${VERSION} .tar.bz2"
7
- SHA512 bc65fa20cf66119c6577a7786e48fadeb5b52a14e500d885e736492b63c65da71f4d265362b1ba3a7ebeae99e4f0538b05a227a7a1540de4d14568f2c2b0c011
7
+ SHA512 9263be76736886d697ca4d06c6b05ec7098df6195eefb7afd5140c3bc471d830c45397c811d62e6c403cc26ca0dba1ad2c5eef3ae7989aaa1f42a2e3cc1b649f
8
8
)
9
9
10
10
# Extract archive
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nghttp3" ,
3
- "version" : " 0.15 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " An implementation of HTTP/3 mapping over QUIC and QPACK in C." ,
5
5
"homepage" : " https://github.com/ngtcp2/nghttp3" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments