We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4779cd7 commit b755651Copy full SHA for b755651
Formula/lib/libngtcp2.rb
@@ -1,9 +1,9 @@
1
class Libngtcp2 < Formula
2
desc "IETF QUIC protocol implementation"
3
homepage "https://nghttp2.org/ngtcp2/"
4
- url "https://github.com/ngtcp2/ngtcp2/releases/download/v1.16.0/ngtcp2-1.16.0.tar.xz"
5
- mirror "http://fresh-center.net/linux/www/ngtcp2-1.16.0.tar.xz"
6
- sha256 "367cbcecaca539f76453c49454d8e7b38ecb162acf89cd571535ac4acf82a2b4"
+ url "https://github.com/ngtcp2/ngtcp2/releases/download/v1.17.0/ngtcp2-1.17.0.tar.xz"
+ mirror "http://fresh-center.net/linux/www/ngtcp2-1.17.0.tar.xz"
+ sha256 "9c9a4e2e150e90bf77d4ffcbefe82f738ee375287e68aaa715fa83c04a12209c"
7
license "MIT"
8
head "https://github.com/ngtcp2/ngtcp2.git", branch: "main"
9
0 commit comments