Skip to content

Commit 354876d

Browse files
authored
Merge pull request #230142 from Homebrew/bump-rancher-cli-2.11.3
rancher-cli 2.11.3
2 parents 0acc30c + e52a807 commit 354876d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/rancher-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class RancherCli < Formula
22
desc "Unified tool to manage your Rancher server"
33
homepage "https://github.com/rancher/cli"
4-
url "https://github.com/rancher/cli/archive/refs/tags/v2.11.2.tar.gz"
5-
sha256 "6e8fea75ba3f6584e10edeab4db53e15453677ee80489b2d550c96eda5c2ef85"
4+
url "https://github.com/rancher/cli/archive/refs/tags/v2.11.3.tar.gz"
5+
sha256 "f165f6f743105359b7ebc0de2fd2428e559f83beeb368aacca202328899e8903"
66
license "Apache-2.0"
77
head "https://github.com/rancher/cli.git", branch: "master"
88

@@ -15,12 +15,12 @@ class RancherCli < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "61aaae188185092c639ba51dd36895b18d934ee57f29ba9a48891ab701dcbd67"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "61aaae188185092c639ba51dd36895b18d934ee57f29ba9a48891ab701dcbd67"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "61aaae188185092c639ba51dd36895b18d934ee57f29ba9a48891ab701dcbd67"
21-
sha256 cellar: :any_skip_relocation, sonoma: "828a5d55e445a0c5be63da9821e3f241b6b8c08e3a813fab87400ed60cf845ec"
22-
sha256 cellar: :any_skip_relocation, ventura: "828a5d55e445a0c5be63da9821e3f241b6b8c08e3a813fab87400ed60cf845ec"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fc692c054797e3dd5b796904f2d8e884ddb6680a94f989bc2ad60379371d7de0"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5491ef2c11b35a82d03b8efaf4118303548d1323f7d837aca487170206ac6054"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5491ef2c11b35a82d03b8efaf4118303548d1323f7d837aca487170206ac6054"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5491ef2c11b35a82d03b8efaf4118303548d1323f7d837aca487170206ac6054"
21+
sha256 cellar: :any_skip_relocation, sonoma: "66b47984677f8967f474bab6cd15013421312d1552f0e2c711f8fb52041ba9c6"
22+
sha256 cellar: :any_skip_relocation, ventura: "66b47984677f8967f474bab6cd15013421312d1552f0e2c711f8fb52041ba9c6"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4971d49991820bb0aff72028b60fc15cd2a040d672d1fbbb5778b77e8ce244b7"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)