Skip to content

Commit

Permalink
Merge pull request #154675 from joshfried-aws/bump-cloudformation-gua…
Browse files Browse the repository at this point in the history
…rd-3.0.2

cloudformation-guard 3.0.2
  • Loading branch information
BrewTestBot authored Nov 17, 2023
2 parents ea9faea + 61aa977 commit 9c0a2a4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/c/cloudformation-guard.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class CloudformationGuard < Formula
desc "Checks CloudFormation templates for compliance using a declarative syntax"
homepage "https://github.com/aws-cloudformation/cloudformation-guard"
url "https://github.com/aws-cloudformation/cloudformation-guard/archive/refs/tags/3.0.1.tar.gz"
sha256 "4f58b104549f2c3ffbb98ca95481b062bf35fad96334a0a3310c37d0bc3fbe56"
url "https://github.com/aws-cloudformation/cloudformation-guard/archive/refs/tags/3.0.2.tar.gz"
sha256 "e77b4c85ad023b4ced0cc8e895a280806c397f08f9e8f736a03c6a233af6e19a"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f58223bdb7a7fcecfcf30495978227236a0239e07a2d15c4949d762356b2aedd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "12eb2292ac8773a22570e0da138cc799fe3b044baae1588ccfd855bbe8b453b2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "13df5d690591561495cfd4d76c8124cf3bb8dcb8869f1347df8f442875fa8b3d"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "0635ed92f0df574cae34680e1ac8ce3405556c90a00661c70248a266402d861a"
sha256 cellar: :any_skip_relocation, sonoma: "86b2d434e53094e51259c9ed26be4a0ffa97b784a40091bb410e575d11751098"
sha256 cellar: :any_skip_relocation, ventura: "6f35f39a241df3772ca9d4c8b05cf5c9138050238a42be26cdf5c029e09a9b10"
sha256 cellar: :any_skip_relocation, monterey: "f914feeb425079153c88cb31bb1c56c2fc6a8d5cedb3d156fda37f3516130a84"
sha256 cellar: :any_skip_relocation, big_sur: "69bd2b278a0736e06fdb14ddb2a3e03ca7d162ac03ff0e8ae9969cbe46b2161d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0c698cf23e21a2105cde05ebb22a65a585ab8f92511ef21e9f50151f1516ab3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52e257eecf95c501b60213d1e868c9e70fbf7b07d47daf755265ef01dee890e0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bdd3e30afef70fdd0d175e68a147487bff722f27548a9a0b5fff3f75d4a13e26"
sha256 cellar: :any_skip_relocation, arm64_monterey: "620a0a7ab8090b7f8409eae6e0713af9dc5c50889f44f7a5324fdf4a97bda88e"
sha256 cellar: :any_skip_relocation, sonoma: "6463f2f9d6478200ae7ce6d9b4a2ee0f9cdc8b105fdde75444a7a58c034c476c"
sha256 cellar: :any_skip_relocation, ventura: "352b86c0de775cef21697c8e44ff9ec350d99f84f37273edd0000dc3eee7f45c"
sha256 cellar: :any_skip_relocation, monterey: "0ddc51240f71a8bd0435577aaf64befba828e0715e19738f2bb5fa9a716fd7a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb07f4ceff5739dbc735d56692b35b8cee550a1ed031d52c0959fccaf5b1d838"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 9c0a2a4

Please sign in to comment.