|
1 | 1 | class AwsCHttp < Formula |
2 | 2 | desc "C99 implementation of the HTTP/1.1 and HTTP/2 specifications" |
3 | 3 | homepage "https://github.com/awslabs/aws-c-http" |
4 | | - url "https://github.com/awslabs/aws-c-http/archive/refs/tags/v0.10.2.tar.gz" |
5 | | - sha256 "048d9d683459ade363fd7cc448c2b6329c78f67a2a0c0cb61c16de4634a2fc6b" |
| 4 | + url "https://github.com/awslabs/aws-c-http/archive/refs/tags/v0.10.3.tar.gz" |
| 5 | + sha256 "04030f1529368e06aebb1ff3c97538b904c6c4b9d97e7acb8f0f26fcd39d5e71" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "f1bca526352938e70ece279950a546502122f759333350fe51151da7fd7106e8" |
10 | | - sha256 cellar: :any, arm64_sonoma: "e9891d1a3034889c0427ce1adfd7450c09a57761c0b1d616473fc158be6d494f" |
11 | | - sha256 cellar: :any, arm64_ventura: "d2f3af7b128716770219488bc0ce00484f90f3df815705c0d8cc1e41ff8f0a46" |
12 | | - sha256 cellar: :any, sonoma: "b4644fba2860259fece65243d4a5b6db055b8ee3113a8b9c0a2a8baef5469d2a" |
13 | | - sha256 cellar: :any, ventura: "89b0dde09ebcd5d5e38086a843b18208da3fcb2a16ee9609bc7ae276070e83cf" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "364ce514770a65b693c58ba693b80cc5a0607887da291c7c9afc2957f97672b5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2f34e3620074a106822b5766d28d0e72481fc79369c94c20e80edd79a9559100" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "cdbaf146d275af10cefffdadbd09295b2cf083950aec9ef2ff214945d0200317" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "16664f0fe43fff1b729cd03bc8545bf86f0471a983ee86e473a92e0d8e7a19e9" |
| 11 | + sha256 cellar: :any, arm64_ventura: "16cfdd1c226d7e56b447bd5c9df68ca170ba3df6f39b9d0a89d66452fa60919a" |
| 12 | + sha256 cellar: :any, sonoma: "45a47a235de62a367a4a80cc29fdcba660eaa8e52403a486fcde209c477dcd60" |
| 13 | + sha256 cellar: :any, ventura: "956063134b28d64f7d6040119307b024c1e16e49805b378fe57d3a44df1b5220" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "7f3a0c2f48162a6dbe7890831f4fda1461c13654e3d65ab5d78a2270bcfbb9c2" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1ee55bbedaa0a3817885fb020bd836eb29b2af5058486fea2258674317ca4f17" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build |
|
0 commit comments