Skip to content

Commit 31edbbe

Browse files
authored
Merge pull request #220549 from Homebrew/bump-aws-console-1.23.0
aws-console 1.23.0
2 parents 55f9954 + ef9e53b commit 31edbbe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/aws-console.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class AwsConsole < Formula
22
desc "Command-line to use AWS CLI credentials to launch the AWS console in a browser"
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 AwsConsole < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "50ffbee824129a0ae63f19dc58772657f9b52d322a0cf84befb6907f9460937c"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "50ffbee824129a0ae63f19dc58772657f9b52d322a0cf84befb6907f9460937c"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "50ffbee824129a0ae63f19dc58772657f9b52d322a0cf84befb6907f9460937c"
17-
sha256 cellar: :any_skip_relocation, sonoma: "f05978a240080035d3ce63fccc42b1508001405920352e00c0c7789d819e711d"
18-
sha256 cellar: :any_skip_relocation, ventura: "f05978a240080035d3ce63fccc42b1508001405920352e00c0c7789d819e711d"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e19d4906f97547f93c1dde27c3bfe4b320973d095d01c7cb2d5929d617f55dc"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "624c2e9a156e183546ca612af7e293d44ba60e29267e8b288c85defc3bb6a505"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "624c2e9a156e183546ca612af7e293d44ba60e29267e8b288c85defc3bb6a505"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "624c2e9a156e183546ca612af7e293d44ba60e29267e8b288c85defc3bb6a505"
17+
sha256 cellar: :any_skip_relocation, sonoma: "0f4b7f1b4ae0bbfd1eba137db3e02f61b582f0abac18a8354f96f5bcd2c52d47"
18+
sha256 cellar: :any_skip_relocation, ventura: "0f4b7f1b4ae0bbfd1eba137db3e02f61b582f0abac18a8354f96f5bcd2c52d47"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0f2fc520617b2f25edbfa951b4aa501796e845683688a8d0127e3f0be438415d"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)