|
1 | 1 | class AwsCrtCpp < Formula
|
2 | 2 | desc "C++ wrapper around the aws-c-* libraries"
|
3 | 3 | homepage "https://github.com/awslabs/aws-crt-cpp"
|
4 |
| - url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.3.tar.gz" |
5 |
| - sha256 "6f955f7d9a671d21da67ecda222ee70753c648f025207812229518e3ab2b242a" |
| 4 | + url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.32.4.tar.gz" |
| 5 | + sha256 "5ded0d4a17e3e99fe0755dde49597c1f17edf65a68df7ec218d3a9331336a3e4" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any, arm64_sequoia: "a5a35cbf85e430f05eec003461c190b9687594733b1cd0756921878046c9b622" |
10 |
| - sha256 cellar: :any, arm64_sonoma: "2a62c46dce60af8764bbcc6eb9c5b92fb80d3261d4551c923933f20ec189fa61" |
11 |
| - sha256 cellar: :any, arm64_ventura: "3b61e1687fc11ea9c7e6f8b46fb7500bf10f471db518f960a2afbbb669d54188" |
12 |
| - sha256 cellar: :any, sonoma: "82edf6584546cc68602ecbd7fcab5249c3232c158312f4cb36c6212933a60ebe" |
13 |
| - sha256 cellar: :any, ventura: "461e08249db0169716c38001255d89d4b3c0fb89c7413fa08044b287c114613f" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "bcf51c9c8ae2c05aa33adef16257a65d1ea925fd868fc4626cb83a30094c77b2" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "4da134ed3a40a927389e1bd47670c0bb0c2885064c8b9d6123c022e30536e5fa" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "4ea803f4654d9b0756e35315606cad76df66f8b72bd9a17fca4fc3bb96c7f858" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "b0129b6a37cd24cf74c99afea13b96e1472fa46d0504401c67c14ff3e81dd1ff" |
| 11 | + sha256 cellar: :any, arm64_ventura: "74d56e7c315f95d114cf7809f86b57c877d99d4184493236ef0d5573b97f36ec" |
| 12 | + sha256 cellar: :any, sonoma: "360c97b014404fa6c908ce59a940010890f13dcca1d5eed8e36571e400939bdf" |
| 13 | + sha256 cellar: :any, ventura: "268a544f7592eda7c66f09889e55a1c49519672ed633d6570021c9a266a12943" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "be8d97541e63d9ef4efd5d6b10fd6e776d9a0cc8b5cdc1978c641f5e8ced8641" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "53d57b82e02ccfd9310e5961b37d60b05958e17284600c6b32fa16d37b498de8" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build
|
|
0 commit comments