|
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.6.tar.gz" |
5 | | - sha256 "0e513d25bc49a7f583d9bb246dabbe64d23d8a2bd105026a8f914d05aa1df147" |
| 4 | + url "https://github.com/awslabs/aws-c-http/archive/refs/tags/v0.10.7.tar.gz" |
| 5 | + sha256 "ce9e71c3eae67b1c6c0149278e0d0929a7d928c3547de64999430c8592864ad4" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_tahoe: "34371a2a5d2b0cbfe0fdebb2a02842d4bed94e69d5dd770c230c439c0e9a6404" |
10 | | - sha256 cellar: :any, arm64_sequoia: "f05592ee0f7e8d071740da32c0b8b763481c282b0261919a4a01ec6d529e9f2f" |
11 | | - sha256 cellar: :any, arm64_sonoma: "e857bed98efd2d2a9767613533a38d7ed730efc44ad825bdd8796e822b8c9939" |
12 | | - sha256 cellar: :any, sonoma: "cc377bd2504aff81b46028b71a7a5c559b4d21e9d885cf615e55e3b2019db309" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d0009e2c7026b44fd2156021f5ae7abf37c7d8115edb8424390893d46f29ef13" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "b173f2666f55f514e251bde0bf2945c4674e1312eac8a8590354e9be0f09e098" |
| 9 | + sha256 cellar: :any, arm64_tahoe: "a7f26111b34cc6e6166a7737110880ed463a6d72f461e3a11302b7458cade2f1" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "75b4c5cc6cd8fde7631ef352fe6666f5ae435b694a4ce4e4afba8ef7ebde77e9" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "9fdcff12d1bab1a98886151a188f6d8762be0af17b96210e012870f4bad2779a" |
| 12 | + sha256 cellar: :any, sonoma: "d823374276406d418b7e0e27054e8ae866c5e296fe86a28da7b841a87fe097b8" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "85d29fcbddd521c73e19089230ec457b9f795aa0df2b95f909d586a98a08d39f" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f257e6f5e39e906029d726bc8b8ff77ab6c7a616ab739368ebf828b934a601b5" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "cmake" => :build |
|
0 commit comments