|
1 | 1 | class Cyctl < Formula |
2 | 2 | desc "Customizable UI for Kubernetes workloads" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/cyclops-ui/cyclops.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments