|
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.21.0.tar.gz" |
5 | | - sha256 "66ba246cf702629157c0199e4adc1bf4285a3d323a794215c9e86496fd1132dc" |
| 4 | + url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.21.1.tar.gz" |
| 5 | + sha256 "f5c14b153cac83b6cd401eed86df219dce0fd4a8843858104cb470bdf691a714" |
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: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "2a38330986b15a227cc6bddb0da656449f1364abcf2b6be67d606612c94f81c0" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a18f239f4a2fe09259505b96572f73b370956626d9ce73c5dfcf8a034fcc0a5e" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "a18f239f4a2fe09259505b96572f73b370956626d9ce73c5dfcf8a034fcc0a5e" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f01397a7c46ad79968459fd125f46f9e44c7480ee98c5341b9ed24bb2a096196" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a91093fae1c86d9f72483bd78e6b3d24257276cfc656ae5d62637616e301024c" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a91093fae1c86d9f72483bd78e6b3d24257276cfc656ae5d62637616e301024c" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a91093fae1c86d9f72483bd78e6b3d24257276cfc656ae5d62637616e301024c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "19a8bf0780b4bec03bda21046b752f0ee013089ea7b6f988b0a4ad0c914cf6ee" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "19a8bf0780b4bec03bda21046b752f0ee013089ea7b6f988b0a4ad0c914cf6ee" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c0f445325ef4060e628b0ee17b4204e6263846f482632163913e45aac934ecd" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments