|
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.33.0.tar.gz" |
5 | | - sha256 "10182e870dc35df3ab929e25a4c43bb6b8ed860aae70f597fa401cb5b5da3fb3" |
| 4 | + url "https://github.com/awslabs/aws-crt-cpp/archive/refs/tags/v0.33.1.tar.gz" |
| 5 | + sha256 "edb3350ecabdefabee25f807816ab5ba0fb14615b267f329900a64d1c8cd4623" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "b22679b7c6cfa8c23c09c69c8287ef5b0c450a2a67c17f85a72d292ed6615979" |
10 | | - sha256 cellar: :any, arm64_sonoma: "e0e7cea17f936c25a8f853db893a4dedb8e98145fedf0cbbd78df52bd5c811fa" |
11 | | - sha256 cellar: :any, arm64_ventura: "efe86a691f7c57ff52adff5eb6d06c7537311538340b03dc57bf4ebd7d20b2d0" |
12 | | - sha256 cellar: :any, sonoma: "b38ae08eb010eb3641a8c1c855ab8a281b6be8dfe58f21a9ce4eb1ed6063f5e6" |
13 | | - sha256 cellar: :any, ventura: "29d0c891b8e530b36e83fbb884b799d0fc830f13d9aca010b1336ab0703d9dd7" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "eb2a210a81b96eb56b80aa5dd19d0ec92f3708b499356f3d840a472b4fc73d0b" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "9bf0f031238b65c3c910b39805ce286700779d4bcdf8b50d486bf90ea012e429" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "682a7cd6af661ac3fc2c5fbbbfecc0525a2208f6ed85900b90c769f1e8bb5c9f" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "eb7e686f23387c5c4a8440ff96f48e1efcff57a7502320a9d9764421b299e049" |
| 11 | + sha256 cellar: :any, arm64_ventura: "9140ee8c499b9d10d9fe22f630e82173801c56d5c7a3d1a03117f182534fbdd6" |
| 12 | + sha256 cellar: :any, sonoma: "1514c63433d7d9b5ee9520e731398c92309644d3d0d96c9b2b957122925ccc97" |
| 13 | + sha256 cellar: :any, ventura: "76faddd755d95063ed43be0fd9f221dc38aae3c7ccdec157b856ff50ccfc8612" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "052e3efae26ee8c9e03309844995fd02abca31f349dbb5dcb64a2c632aa447a4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "77bcd6aeda7cd65a2e82ae05d782aa1b2efb88626b7368f83bdda3b81deb47d6" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build |
|
0 commit comments