Skip to content

Commit d6f62f2

Browse files
authored
Merge pull request #252149 from Homebrew/bump-karmadactl-1.15.2
karmadactl 1.15.2
2 parents e9f4396 + bfa2342 commit d6f62f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/karmadactl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Karmadactl < Formula
22
desc "CLI for Karmada control plane"
33
homepage "https://karmada.io/"
4-
url "https://github.com/karmada-io/karmada/archive/refs/tags/v1.15.1.tar.gz"
5-
sha256 "ebc3664cee6c8347ccb33107205d562cf1b610c3d868040e84943fcbc150520a"
4+
url "https://github.com/karmada-io/karmada/archive/refs/tags/v1.15.2.tar.gz"
5+
sha256 "f70ef3701ec6ab9711a529970fcdf983ab83558989eea4a3caf539c7486c9455"
66
license "Apache-2.0"
77
head "https://github.com/karmada-io/karmada.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8b44e9d75233f256a1fb030c06f1e78b98eaf809df5f676cb8afb5e513125300"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a95f509e1676a6299d0bfe0dd112f1af29d0a57c5807178fc1c9c96888e04e7f"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e7cb733dfcce994edaf8d73ef6341124b2b26e796faefad548737bc508176f0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "88ce949f8e535f5d19609fc308f8c9f9358e18bf337feb98eeb17d294f789080"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "91f7b2b1f9166fbdfabb60aae45a03473585d190d1ac67a95fe7fe6463363a7c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "da189f0403cdcd3d7d6064c1dd1d8714d5ba7f8625e7c5c7d14824011261a4e2"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ca0d0272b5c65ed53f490241ff892562d908b9a95ed17ec556e7c1a3fea044c5"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1f7062a23448f5da292642d5147d638f47b4556012e1d0eb603b9aaa134066f1"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f7658e7f22320d90909aa04ed72837b218aaa39db6ddd0cb51a90a32203f0cf"
13+
sha256 cellar: :any_skip_relocation, sonoma: "264ac0825c3aceec11b0960ba337ce559b59a916eda130a14f9097d291da527b"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "b88e7a884773fa6d7b184f28e8bcf61876242bd9d2231a82db0b57d263b7d3a6"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "48d7e309ca9f82d221ca261fd2dfecda5f930736cdeb931759ccb0d5863fc159"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)