Skip to content

Commit 5a00df2

Browse files
authored
Merge pull request Homebrew#251645 from Homebrew/bump-aws-c-http-0.10.7
aws-c-http 0.10.7
2 parents a86a342 + 586232b commit 5a00df2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/aws-c-http.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class AwsCHttp < Formula
22
desc "C99 implementation of the HTTP/1.1 and HTTP/2 specifications"
33
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"
66
license "Apache-2.0"
77

88
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"
1515
end
1616

1717
depends_on "cmake" => :build

0 commit comments

Comments
 (0)