|
1 | 1 | class AwsCAuth < Formula |
2 | 2 | desc "C99 library implementation of AWS client-side authentication" |
3 | 3 | homepage "https://github.com/awslabs/aws-c-auth" |
4 | | - url "https://github.com/awslabs/aws-c-auth/archive/refs/tags/v0.8.0.tar.gz" |
5 | | - sha256 "217a0ebf8d7c5ad7e5f5ae814c2a371042164b64b4b9330c1c4bb2c6db1dbd33" |
| 4 | + url "https://github.com/awslabs/aws-c-auth/archive/refs/tags/v0.8.1.tar.gz" |
| 5 | + sha256 "15241d7284aa0ac552589b61d04be455413af76fb2e1f13084a784a41f5faee5" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "f0e670a32f6332167df1da92300073e615ada5d97c3eb521749a90a8ad43f455" |
10 | | - sha256 cellar: :any, arm64_sonoma: "b0f3c85c9c911a7ce9d6900a15906e6db65759d4dbc07f4080ea77c8adf70657" |
11 | | - sha256 cellar: :any, arm64_ventura: "c9fefe246aea02390515230b9db840099bebaf70de69ed01a75a31429f57b36a" |
12 | | - sha256 cellar: :any, sonoma: "d24ada67482431127dfbf8073d2e32b5eba77b1a9ba02f0331604cbbd27f7c1d" |
13 | | - sha256 cellar: :any, ventura: "d3466a15deda7825361c58485c83a02ee0edfa8880ca27aede5a388386b164c6" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "71003d289a501c8e20696aac4cef02b4edca469f38eff38fafe5a0c84f75c296" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "dd17fa84772737aef6d36e53b3359078dd908c040166a3111a7864ad0c35b7cb" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "2b3a1e15bb2f3ce6b00b973a6ca0a2d00400bd2c82ca11bfb0a71cb69b430927" |
| 11 | + sha256 cellar: :any, arm64_ventura: "d0e8f8d09808d5598c4315ce9f18478ed55f67b2fb9953ff7c32cccc853af601" |
| 12 | + sha256 cellar: :any, sonoma: "944b5b65af067396b4d97e8fc460289e1d81967ecd0ef2d1402dd776d48b41ba" |
| 13 | + sha256 cellar: :any, ventura: "8688b9b3ddf2b54c4e96c794dee37078b8693d089a6977bcf7b74fc9b0135cef" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f7bad3db0dc215fe6e1ec3e9c193878283b22a37d18968be394405bf2b0fed6b" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "cmake" => :build |
|
0 commit comments