|
1 | 1 | class AwsConsole < Formula |
2 | 2 | desc "Command-line to use AWS CLI credentials to launch the AWS console in a browser" |
3 | 3 | homepage "https://github.com/aws-cloudformation/rain" |
4 | | - url "https://github.com/aws-cloudformation/rain/archive/refs/tags/v1.20.0.tar.gz" |
5 | | - sha256 "40e9230c94e21b7bfe5288f1d4add3b3ee8a2e442a89650f8066d39a8c8b4f53" |
| 4 | + url "https://github.com/aws-cloudformation/rain/archive/refs/tags/v1.20.1.tar.gz" |
| 5 | + sha256 "04cddedbe35074e66fa1683dacf9dc5cbb3913bcccaf9ba7a587936b2bce928b" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | livecheck do |
9 | 9 | formula "rain" |
10 | 10 | end |
11 | 11 |
|
12 | 12 | bottle do |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "fd63302480b83a477d2854d3c1218790cc05d845e23b94678a407b4623689d5f" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd63302480b83a477d2854d3c1218790cc05d845e23b94678a407b4623689d5f" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "fd63302480b83a477d2854d3c1218790cc05d845e23b94678a407b4623689d5f" |
16 | | - sha256 cellar: :any_skip_relocation, sonoma: "0d5f4e3ffdaa50d17cb0addd074967dc2b6323b34cad2c0214a44fd247d04bed" |
17 | | - sha256 cellar: :any_skip_relocation, ventura: "0d5f4e3ffdaa50d17cb0addd074967dc2b6323b34cad2c0214a44fd247d04bed" |
18 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d553f976fc7b7942cd163c64f800b20bf07b067af424c65d29af404e5fdc0ab8" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0ec3d0e741e8a9dc94bf9997595585ef46f1656aee6cc3bd66fdd90d00495de" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c0ec3d0e741e8a9dc94bf9997595585ef46f1656aee6cc3bd66fdd90d00495de" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c0ec3d0e741e8a9dc94bf9997595585ef46f1656aee6cc3bd66fdd90d00495de" |
| 16 | + sha256 cellar: :any_skip_relocation, sonoma: "d96775832a8ffbd5e7e4d555e380be456a487e54ceb1414b49bbc7c97d09c630" |
| 17 | + sha256 cellar: :any_skip_relocation, ventura: "d96775832a8ffbd5e7e4d555e380be456a487e54ceb1414b49bbc7c97d09c630" |
| 18 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "07b12844ea5f31bc9d91e3b7a5d48334a68ca86cb044323d224937ae296240bf" |
19 | 19 | end |
20 | 20 |
|
21 | 21 | depends_on "go" => :build |
|
0 commit comments