Skip to content

Commit b755651

Browse files
committed
libngtcp2 1.17.0
1 parent 4779cd7 commit b755651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/lib/libngtcp2.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Libngtcp2 < Formula
22
desc "IETF QUIC protocol implementation"
33
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"
4+
url "https://github.com/ngtcp2/ngtcp2/releases/download/v1.17.0/ngtcp2-1.17.0.tar.xz"
5+
mirror "http://fresh-center.net/linux/www/ngtcp2-1.17.0.tar.xz"
6+
sha256 "9c9a4e2e150e90bf77d4ffcbefe82f738ee375287e68aaa715fa83c04a12209c"
77
license "MIT"
88
head "https://github.com/ngtcp2/ngtcp2.git", branch: "main"
99

0 commit comments

Comments
 (0)