Skip to content

Commit 1e2ab63

Browse files
authored
Merge pull request Homebrew#222669 from Homebrew/bump-aws-c-s3-0.7.17
aws-c-s3 0.7.17
2 parents 7df869e + e24abc5 commit 1e2ab63

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/a/aws-c-s3.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class AwsCS3 < Formula
22
desc "C99 library implementation for communicating with the S3 service"
33
homepage "https://github.com/awslabs/aws-c-s3"
4-
url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.7.16.tar.gz"
5-
sha256 "04c7edffd0210f8b0fd20be843ad74a350cb2edb37b47f99131136ec24a20e59"
4+
url "https://github.com/awslabs/aws-c-s3/archive/refs/tags/v0.7.17.tar.gz"
5+
sha256 "cad16b82f628ae05a2bf072de19cad12f69dddcf7817b55eb00037628011fa92"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "01fd8aae5750f3f0c1d5231f21cca99b048833ce20311aba92c82b3856c3b60a"
10-
sha256 cellar: :any, arm64_sonoma: "aab944aa7282d9d452a6f1fc6879044ab7a2c9ab0f4bac732ecbc13ae1bbfd71"
11-
sha256 cellar: :any, arm64_ventura: "dc873ef3d045f00dd418e74250bfb07bccf2a95bc69adfcd849dbe8b2a1298b5"
12-
sha256 cellar: :any, sonoma: "8369744f5afa8576e36d97387b7cd2f945c24425f9a191747d695f78e57dbe82"
13-
sha256 cellar: :any, ventura: "f0c3d1ae8fd8410c04b172ac1db9775f75fd217992c79abcbd859e817b7cd4c7"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "c93cca1e1e19fd806c639701dd133140a92b673f2fc3ee38ee2418e76f5474f2"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2240f83079b922843c71c5e751439b50f563baa986f71e9cb83ff8952405c6fc"
9+
sha256 cellar: :any, arm64_sequoia: "7316d60df60271303fad215b1fd90116953d0d9f493caa8a50abdd80060f1e83"
10+
sha256 cellar: :any, arm64_sonoma: "1748673a2ca79677f9759858b04ffbcab5bd7f14575a3164fa1ab1fbfd447f87"
11+
sha256 cellar: :any, arm64_ventura: "73187a2f80cfdbaa49e9375de756b9d54833673b9730e93d8c44a0653416e47d"
12+
sha256 cellar: :any, sonoma: "1a56b3d0b970c23da060cce7d78f15b83fb13b4ecaa2f743de93314b7968e336"
13+
sha256 cellar: :any, ventura: "d1b5e44e70e2b454f1f7d917452c917c86b7f77c4e136d9deacc50ccc728927a"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "503137b353806683cc5c931d7df9970a4d8baa4c9a989fd86943ea2ca2d59199"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c63e27e3de9bdbc9a43ba8b3a275121bd6fd8704a612f318f0acb8f06e8a1680"
1616
end
1717

1818
depends_on "cmake" => :build

0 commit comments

Comments
 (0)