8000 Merge pull request #225223 from Homebrew/bump-karmadactl-1.14.0 · Homebrew/homebrew-core@4d6e5d0 · GitHub
[go: up one dir, main page]

< 8000 div class="position-relative header-wrapper js-header-wrapper "> Skip to content

Commit 4d6e5d0

Browse files
authored
Merge pull request #225223 from Homebrew/bump-karmadactl-1.14.0
karmadactl 1.14.0
2 parents 8929555 + ca25082 commit 4d6e5d0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/k/karmadactl.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.13.3.tar.gz"
5-
sha256 "c656e3b4a530cb0ff035f86d7b82775e6cfbc74dad9da451df0c60752b929eb1"
4+
url "https://github.com/karmada-io/karmada/archive/refs/tags/v1.14.0.tar.gz"
5+
sha256 "f53776a352b0f6da4abe5b163cb7d764ab9c580e8c44e001af2c46485eb3d4f8"
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_sequoia: "608ac5bb07946468c6c55928d344c0f5a0b8278ac16a3c263ba9c427aa7c7f57"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a103227dff8cdb8437d12de6c28e6ee052be528ffcf38697b92c1498dd97dcd4"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1029a7b0e899142c71cf67e4cfe19a6ec6cd45acb8642ae9c06008f26ef2fe9"
13-
sha256 cellar: :any_skip_relocation, sonoma: "b25c87bc5e8adc2db5db216aca0a9353e4cd3848ee8ed7d63a8f6453ab08fc55"
14-
sha256 cellar: :any_skip_relocation, ventura: "624e8c2224b967ad18a09582c445026b711bb4da817c53b7020047eb76aa0940"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "ddbb2010619b4a3c3d777322f808cc0e6c3596f754cc7c542d33083982d63cc3"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "527b513d41860faff19afdbac1b5f42cd3d890253eb83dd3bee64ce71c670fa8"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "539d6003120f02de12b1bde4060a3007004579fc0da8c274e4fcae66d236ead6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cfb5fda5a1b11305c79941ada6d9419b8f5d5007755a3e7a036ccca3b93d44a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ea505098ec47dd2239ec175f15bec91eec340219b584001576831459db473c7c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f4782113d695bb1fe390b255589340e957c1ad01901aca452aacb1491361f48f"
14+
sha256 cellar: :any_skip_relocation, ventura: "7ca7ef4cf63338b31611340cf01d06bbb8a17dc72daa64e417c28ebe1521b77c"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "67c493800b5b2c83a665017b7779d8e4802b46696388b57e398669ee63a90977"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b8e70b987d68306386de1a240463509cde35c92954e886f43a1b054da185ebac"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)
0