Skip to content

Commit 9c8a398

Browse files
authored
Merge pull request Homebrew#201502 from Homebrew/bump-rosa-cli-1.2.49
rosa-cli 1.2.49
2 parents f6a05d9 + 42b1315 commit 9c8a398

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rosa-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class RosaCli < Formula
22
desc "RedHat OpenShift Service on AWS (ROSA) command-line interface"
33
homepage "https://www.openshift.com/products/amazon-openshift"
4-
url "https://github.com/openshift/rosa/archive/refs/tags/v1.2.48.tar.gz"
5-
sha256 "52d2b8f96b6959ba12cb07b23459cd421430a648061f25d913d32fc8cc97522b"
4+
url "https://github.com/openshift/rosa/archive/refs/tags/v1.2.49.tar.gz"
5+
sha256 "aeeffad860775314da8f65f8a02c256c4d063b6ba27ad902d924af6ae97d29a1"
66
license "Apache-2.0"
77
head "https://github.com/openshift/rosa.git", branch: "master"
88

@@ -12,12 +12,12 @@ class RosaCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "26c4d486500c51ca64ab4844b32021b8b0d7520df71c3836d661924ca041df35"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a103c226683582550af73cb544b984ef2fc7930d293c12c0d5aba00202cf17cc"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "49fc01980a430cb1b264f8997e34cd7f2aa9aaf1f611d0f36b561027334d59e1"
18-
sha256 cellar: :any_skip_relocation, sonoma: "f51eed6adbe7bc60c515249f65b41b19eb636d1ff48c95845e03a9af0de4b8a9"
19-
sha256 cellar: :any_skip_relocation, ventura: "0c1ef388c7be771756aedc28038a1477c8ba184e3e4707ad5c8a9420b4f4f109"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "155dfb8c1903e21ebca06a398a54f4e4c596d11204e96695810408817b1ed982"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "69374f8a29b1bd28cd9e51709b1b9813c3d2ecad38de1cf2ccdf682b902d5ab9"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "24631cffb77b3bbe77a29b7cb2b1e4bd48116c7f6dbf29d2942531c3868ec2ff"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae20e5c71d8bfa96e6b5b8d907b4aaa55648bd0fc8755fa6d028b033f558ac7c"
18+
sha256 cellar: :any_skip_relocation, sonoma: "69c3ffb90e27a91dc2139397a1c906de3937180693a546b75c229fa1e5d1ed61"
19+
sha256 cellar: :any_skip_relocation, ventura: "01448cd7b6691e8e1266888de022856c16c7f24e9eae391eea06d000e5e921c5"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae433cde47f95078db5e97294f95ced4ed9a6e74d2346fd7d79550ac5c7b3036"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)