Skip to content

Commit b7755ca

Browse files
authored
Merge pull request #220551 from Homebrew/bump-cfn-format-1.23.0
cfn-format 1.23.0
2 parents 7d211c0 + cb33592 commit b7755ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cfn-format.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CfnFormat < Formula
22
desc "Command-line tool for formatting AWS CloudFormation templates"
33
homepage "https://github.com/aws-cloudformation/rain"
4-
url "https://github.com/aws-cloudformation/rain/archive/refs/tags/v1.22.0.tar.gz"
5-
sha256 "0f563154c49a6bc09164551463daee01cdbd5e2a9ff7bbc54854276d1608128e"
4+
url "https://github.com/aws-cloudformation/rain/archive/refs/tags/v1.23.0.tar.gz"
5+
sha256 "820724a0cde1066345982b81b42921af86906966d0e51151ed24a6e3c1f08740"
66
license "Apache-2.0"
77
head "https://github.com/aws-cloudformation/rain.git", branch: "main"
88

@@ -11,12 +11,12 @@ class CfnFormat < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72e9c30daf8e805fb601f35bd69f800e6dc3ef025f5d358879fd286a4ed88feb"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72e9c30daf8e805fb601f35bd69f800e6dc3ef025f5d358879fd286a4ed88feb"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "72e9c30daf8e805fb601f35bd69f800e6dc3ef025f5d358879fd286a4ed88feb"
17-
sha256 cellar: :any_skip_relocation, sonoma: "21a37d9b9238f791b3227f011e38196bd27b5be322161d2f15dc988be430bb18"
18-
sha256 cellar: :any_skip_relocation, ventura: "21a37d9b9238f791b3227f011e38196bd27b5be322161d2f15dc988be430bb18"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8e654332c504dd68be733cd9e528a15c19f79131e674cd949eff02c3b36cdf36"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb031518510da595fc6b288c746f5bdd0a596165263ec1a31fc6d6c32af06e4c"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb031518510da595fc6b288c746f5bdd0a596165263ec1a31fc6d6c32af06e4c"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "bb031518510da595fc6b288c746f5bdd0a596165263ec1a31fc6d6c32af06e4c"
17+
sha256 cellar: :any_skip_relocation, sonoma: "4cb0a1b65f14bde6c80049d1199e42595cc7048a2d0c56952c157ece444ec2ee"
18+
sha256 cellar: :any_skip_relocation, ventura: "4cb0a1b65f14bde6c80049d1199e42595cc7048a2d0c56952c157ece444ec2ee"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef702e496fa4266fa1128612eb4ba705fb92dee528462993a9fcf9d044cb603e"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)