diff --git a/Formula/a/aws-c-http.rb b/Formula/a/aws-c-http.rb index fc1c12cdfbd3c..172a90a0fd35c 100644 --- a/Formula/a/aws-c-http.rb +++ b/Formula/a/aws-c-http.rb @@ -1,18 +1,18 @@ class AwsCHttp < Formula desc "C99 implementation of the HTTP/1.1 and HTTP/2 specifications" homepage "https://github.com/awslabs/aws-c-http" - url "https://github.com/awslabs/aws-c-http/archive/refs/tags/v0.10.3.tar.gz" - sha256 "04030f1529368e06aebb1ff3c97538b904c6c4b9d97e7acb8f0f26fcd39d5e71" + url "https://github.com/awslabs/aws-c-http/archive/refs/tags/v0.10.4.tar.gz" + sha256 "dfeeeaa2e84ccda4c8cb0c29f412298df80a57a27003e716f2d3df9794956fc1" license "Apache-2.0" bottle do - sha256 cellar: :any, arm64_sequoia: "cdbaf146d275af10cefffdadbd09295b2cf083950aec9ef2ff214945d0200317" - sha256 cellar: :any, arm64_sonoma: "16664f0fe43fff1b729cd03bc8545bf86f0471a983ee86e473a92e0d8e7a19e9" - sha256 cellar: :any, arm64_ventura: "16cfdd1c226d7e56b447bd5c9df68ca170ba3df6f39b9d0a89d66452fa60919a" - sha256 cellar: :any, sonoma: "45a47a235de62a367a4a80cc29fdcba660eaa8e52403a486fcde209c477dcd60" - sha256 cellar: :any, ventura: "956063134b28d64f7d6040119307b024c1e16e49805b378fe57d3a44df1b5220" - sha256 cellar: :any_skip_relocation, arm64_linux: "7f3a0c2f48162a6dbe7890831f4fda1461c13654e3d65ab5d78a2270bcfbb9c2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1ee55bbedaa0a3817885fb020bd836eb29b2af5058486fea2258674317ca4f17" + sha256 cellar: :any, arm64_sequoia: "cec7565de8a08f245026dd494d762ba9ed18cdfa0a08c8c8014944de80f4eb27" + sha256 cellar: :any, arm64_sonoma: "c8ab8457cc2eaae759295a4c452948bd650e2273249f6e7b5945e5fe6ccf96c3" + sha256 cellar: :any, arm64_ventura: "d2ed6fe9f71a60625198883937088f75d593463acc2dec9d5367a717f353568d" + sha256 cellar: :any, sonoma: "31f7e03f8a5188d2d8b8aa85121655f37d23531fbd7089d6fb25e70f7c073429" + sha256 cellar: :any, ventura: "e17a77fa18a8ae354e151bed64a409ac8d0d1461d38f25d40dc60eefd0f39820" + sha256 cellar: :any_skip_relocation, arm64_linux: "1f5bbd9bb8d6f12afd2383d5ccb481d3eb421e292797c9db564cd1c249f35da6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "706cf08288b10399e760afefe971015f7ff847d5a39b08b6d1b316907b7bc6b4" end depends_on "cmake" => :build