Skip to content

Commit db193ed

Browse files
authored
Merge pull request #246601 from Homebrew/calico-homepage
calicoctl: update homepage and tag revision
2 parents 6201307 + 205aea6 commit db193ed

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/c/calicoctl.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Calicoctl < Formula
22
desc "Calico CLI tool"
3-
homepage "https://www.projectcalico.org"
3+
homepage "https://www.tigera.io/project-calico/"
44
url "https://github.com/projectcalico/calico.git",
55
tag: "v3.30.3",
6-
revision: "068c7aa62a62c7459c9ecbf929c92f2a6594f22d"
6+
revision: "3302e8bfd48e6375013d1d79ccb2c693306400a9"
77
license "Apache-2.0"
88
head "https://github.com/projectcalico/calico.git", branch: "master"
99

@@ -14,13 +14,12 @@ class Calicoctl < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a725de2dab9c0afb29d459044baa1ab26b7bb1c33712841417b4755b9c01221e"
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "73df886e51849a9ef8ab02c1ebd9d4ab55106e9c64892638f870923e36a3d3ce"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "73df886e51849a9ef8ab02c1ebd9d4ab55106e9c64892638f870923e36a3d3ce"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "73df886e51849a9ef8ab02c1ebd9d4ab55106e9c64892638f870923e36a3d3ce"
21-
sha256 cellar: :any_skip_relocation, sonoma: "fdbb4338279b2a5f3250b541ccfd7806a651852c36e2e2ac588a44407442059f"
22-
sha256 cellar: :any_skip_relocation, ventura: "fdbb4338279b2a5f3250b541ccfd7806a651852c36e2e2ac588a44407442059f"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b29424437fa85d5a2382f032cc58defee797bf583512af80d50ce5ee201ed45b"
17+
rebuild 1
18+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "4774a257e8583e582b178a779eb3fe9b6084bd5b4ead647f69d8a4f120a00420"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4774a257e8583e582b178a779eb3fe9b6084bd5b4ead647f69d8a4f120a00420"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4774a257e8583e582b178a779eb3fe9b6084bd5b4ead647f69d8a4f120a00420"
21+
sha256 cellar: :any_skip_relocation, sonoma: "01e1e40b59008bbe430bc15c6605b0884cb7a43890d4ac05924fdcbbe881b349"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "506921cfdcba075e2b1a78a483d152546e28e488b5539a2d7446758aa9f168d2"
2423
end
2524

2625
depends_on "go" => :build

0 commit comments

Comments
 (0)