Skip to content

Commit 0bc6731

Browse files
authored
Merge pull request #196750 from Homebrew/bump-cyctl-0.15.2
cyctl 0.15.2
2 parents 503e4ec + ecafc19 commit 0bc6731

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cyctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Cyctl < Formula
22
desc "Customizable UI for Kubernetes workloads"
33
homepage "https://cyclops-ui.com/"
4-
url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.15.1.tar.gz"
5-
sha256 "ec6f5128afb7ff09ed0752d2af5e1e527763191dc603e4f5e750a0640514b605"
4+
url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.15.2.tar.gz"
5+
sha256 "326c3bdc327d739f06c8baf546669e1135360aa07b01447751be58ed291549c3"
66
license "Apache-2.0"
77
head "https://github.com/cyclops-ui/cyclops.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c1cb558c2080e650ceada0cbd400e502680e780f6716265cbe5e5f2f51db6b67"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c1cb558c2080e650ceada0cbd400e502680e780f6716265cbe5e5f2f51db6b67"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c1cb558c2080e650ceada0cbd400e502680e780f6716265cbe5e5f2f51db6b67"
13-
sha256 cellar: :any_skip_relocation, sonoma: "cad412defc4299ea4cdd71eac5ce91d3561433aad2e5d81040aa7714960020e7"
14-
sha256 cellar: :any_skip_relocation, ventura: "cad412defc4299ea4cdd71eac5ce91d3561433aad2e5d81040aa7714960020e7"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f60c4f9d9b5334172e63b1d1ca00569881f3178e22b4a3e58dc243e177ea9ee4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "030130785d1a2d2e7de32b8de0668d39f3430ffd68b4f76f94f2ab6467a55c81"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "030130785d1a2d2e7de32b8de0668d39f3430ffd68b4f76f94f2ab6467a55c81"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "030130785d1a2d2e7de32b8de0668d39f3430ffd68b4f76f94f2ab6467a55c81"
13+
sha256 cellar: :any_skip_relocation, sonoma: "264d5cd241fdf6233f106164279fbb0ade615aecbe0216b148d12a5707afbec7"
14+
sha256 cellar: :any_skip_relocation, ventura: "264d5cd241fdf6233f106164279fbb0ade615aecbe0216b148d12a5707afbec7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "08c39d5241092e6eaa1c3b89e29992929f857980cb6f27d552e0cadb7c882d79"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)