diff --git a/Formula/lib/libnghttp3.rb b/Formula/lib/libnghttp3.rb index b2d96049a63e..03c8681765e5 100644 --- a/Formula/lib/libnghttp3.rb +++ b/Formula/lib/libnghttp3.rb @@ -2,20 +2,18 @@ class Libnghttp3 < Formula desc "HTTP/3 library written in C" homepage "https://nghttp2.org/nghttp3/" url "https://github.com/ngtcp2/nghttp3.git", - tag: "v1.5.0", - revision: "750a655ae4ee8888e8724b0b6cfa7023c2e3dcb9" + tag: "v1.6.0", + revision: "e79890583f1ba8bb4d58d7456043a7e65205b34d" license "MIT" head "https://github.com/ngtcp2/nghttp3.git", branch: "main" bottle do - sha256 cellar: :any, arm64_sequoia: "c5cb90b4f447990790100f7d4ee78beb72394c0fb86f840716f7d92965b29c46" - sha256 cellar: :any, arm64_sonoma: "eabd197238ac5f48f55109a37a6aba4caef7f4fec4c547da2eb406ade5078992" - sha256 cellar: :any, arm64_ventura: "2485b36ae2feda4774dcc3292cf0d33d4125e372f164cb13779961a7ed16cdbe" - sha256 cellar: :any, arm64_monterey: "ab93283b2ae44b17060d0a476d82a75c73bfe912b7570a0813f4b6c98b3d405a" - sha256 cellar: :any, sonoma: "eb86ffac56dba708fafc2313cf10af0248207d7cd8f7e80f55314cce803f60fc" - sha256 cellar: :any, ventura: "dde875020091d8a2265d3d4d3e7c23de5a853f2d7acbd09dda732ebd964832e1" - sha256 cellar: :any, monterey: "d6c32483df642130aab679dbe5910468637c445123860e348bef1c17e57d452d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9e49ca806480009079c1cfbed84f2eaf1e612c79e5aa74faee94daf09abbf0be" + sha256 cellar: :any, arm64_sequoia: "5b790a23a40c6afdfbefeaa1cd8277f6fb697df9ee258fddd0314f2a98e381ae" + sha256 cellar: :any, arm64_sonoma: "6f2200eb626ea9eaa4cee07e940a56acfbf3c359b8a226efd76dcc222e211810" + sha256 cellar: :any, arm64_ventura: "b71c4bd746cefe0e97aef0a0f2135bc62d169b97c05fb03c8ab0e9ed2edba6c5" + sha256 cellar: :any, sonoma: "ad8d24ef80ab33d089942e6d3ddbcc8a9576df6edf5b58d07c5bbe4a279dd2aa" + sha256 cellar: :any, ventura: "c7562b4061978560cd58afc29f48bcbf5c4ea44e9c3b3483226e159a87482daa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6ad6a04daa0150fc54a7df2cfcb4de68ce55d343cb4f0bc22340244997abb50f" end depends_on "cmake" => :build