Skip to content

Commit

Permalink
aws-sdk-cpp 1.11.147
Browse files Browse the repository at this point in the history
Resolves Homebrew#140082.
  • Loading branch information
ZhongRuoyu committed Aug 22, 2023
1 parent b7efe0c commit 7bbc0cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Formula/a/aws-sdk-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ class AwsSdkCpp < Formula
desc "AWS SDK for C++"
homepage "https://github.com/aws/aws-sdk-cpp"
# aws-sdk-cpp should only be updated every 5 releases on multiples of 5
# TODO: when 1.11.150 is released, re-throttle this in throttled_formulae.json.
url "https://github.com/aws/aws-sdk-cpp.git",
tag: "1.11.145",
revision: "d87ca7241f36ce4c7015eaf06b77f586049b11a6"
tag: "1.11.147",
revision: "61ab9c1dc84264a5e0f166895d64cff1a0652a11"
license "Apache-2.0"
head "https://github.com/aws/aws-sdk-cpp.git", branch: "main"

Expand Down
1 change: 0 additions & 1 deletion audit_exceptions/throttled_formulae.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"aws-sdk-cpp": 5,
"awscli@1": 10,
"checkov": 15,
"joern": 10,
Expand Down

0 comments on commit 7bbc0cd

Please sign in to comment.