Skip to content

Commit

Permalink
Merge pull request #160248 from chenrui333/bump-aws-sdk-cpp-1.11.245
Browse files Browse the repository at this point in the history
aws-sdk-cpp 1.11.245
  • Loading branch information
BrewTestBot authored Jan 18, 2024
2 parents 7381435 + e6895fb commit 9ab2fc3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/a/aws-sdk-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ class AwsSdkCpp < Formula
homepage "https://github.com/aws/aws-sdk-cpp"
# aws-sdk-cpp should only be updated every 5 releases on multiples of 5
url "https://github.com/aws/aws-sdk-cpp.git",
tag: "1.11.235",
revision: "fdce53507c1d57d938d8bc0c1ea62fd6fd06433b"
tag: "1.11.245",
revision: "9a45f621ff00de1360ce55fdc50a2961b2a23f4b"
license "Apache-2.0"
head "https://github.com/aws/aws-sdk-cpp.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sonoma: "36f6e91bfec1963664868b9e5fea9d8e97f9563cf794bd541632698d81fd53f8"
sha256 cellar: :any, arm64_ventura: "3d787c83005654557cb62cb5559040e7430fd01b03076cbacd64eccafacd9007"
sha256 cellar: :any, arm64_monterey: "d084f9805b825b09eba166aa2179c5f0edb7144fb4bbfe9f56c8c3a044b0a22e"
sha256 cellar: :any, sonoma: "8315c7675a9a451ee462d972aca25a26ade6d5bffe0995fef938cf8c86686281"
sha256 cellar: :any, ventura: "09af2adacaeaaae6876d5361b85601bee297494e5dd3de2b00fec42d049bd991"
sha256 cellar: :any, monterey: "0fb893836552bfa166f9e3a79f382ea6593877b2ec9522a645db897aed33e839"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d4e408ec28ad6a4a446e741e897b79c5ada34ea34cd8b4097851c4d4a28dbb9"
sha256 cellar: :any, arm64_sonoma: "af7fc7bab0ae01fb4627883ca8add1497c3a2adc87e1ca5fe8daeaa1ec1f618d"
sha256 cellar: :any, arm64_ventura: "ae55cbd937e89a1d65c859dea03c3116ac5e370591dbe76b75e0bdc68c344181"
sha256 cellar: :any, arm64_monterey: "77bf15dc71c2679a54a7b2f5123542fcadef92349c753098a0d1cb2ead0fa899"
sha256 cellar: :any, sonoma: "24b83a18606e6d2d94783e77c5f82a5a3474e74c20bbc76faa8401ece93610bf"
sha256 cellar: :any, ventura: "7631dfd5793303494f759241aca36b39bd87e59f62c3ea719d78b6e24c36db9f"
sha256 cellar: :any, monterey: "d1e8b483c947a4efd4ec0b6b34501e0aa9f420eaf4eb9b295d58ea0b61737ae1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e314e97cb80c8cf890d385fc2e518bad6de8cf45714c8b47314400a20d4a7be9"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 9ab2fc3

Please sign in to comment.