Skip to content

Commit

Permalink
Merge pull request #189110 from Homebrew/bump-cyctl-0.11.1
Browse files Browse the repository at this point in the history
cyctl 0.11.1
  • Loading branch information
BrewTestBot authored Sep 13, 2024
2 parents 6b09686 + 810386b commit 4cc35cd
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/c/cyctl.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Cyctl < Formula
desc "Customizable UI for Kubernetes workloads"
homepage "https://cyclops-ui.com/"
url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.11.0.tar.gz"
sha256 "0173bf858bde69b76dfaa264e3448c54250d541426234e860aee201fe933969b"
url "https://github.com/cyclops-ui/cyclops/archive/refs/tags/v0.11.1.tar.gz"
sha256 "c546dc6ba3336bc683b3c4952fa4a97ba7a1df88121761cb0dfcc505ae89c031"
license "Apache-2.0"
head "https://github.com/cyclops-ui/cyclops.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "817373a7c8c7700fdeb7d5705eace1ba5b3ecb1d59687547df46c4f079f1117b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "817373a7c8c7700fdeb7d5705eace1ba5b3ecb1d59687547df46c4f079f1117b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "817373a7c8c7700fdeb7d5705eace1ba5b3ecb1d59687547df46c4f079f1117b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "817373a7c8c7700fdeb7d5705eace1ba5b3ecb1d59687547df46c4f079f1117b"
sha256 cellar: :any_skip_relocation, sonoma: "d2e269b85fbc00b64444bd4961e7b0bbff19061b060c073bcf299106167faebd"
sha256 cellar: :any_skip_relocation, ventura: "d2e269b85fbc00b64444bd4961e7b0bbff19061b060c073bcf299106167faebd"
sha256 cellar: :any_skip_relocation, monterey: "d2e269b85fbc00b64444bd4961e7b0bbff19061b060c073bcf299106167faebd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c142dcac195c87dda0e4a2b878525916e4109e3f5537698128e21fdbbc0cb57"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cda3e459957a2c80fa84b5d58888fb9d296a9789593d9d6098f90ce7aa948373"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cda3e459957a2c80fa84b5d58888fb9d296a9789593d9d6098f90ce7aa948373"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cda3e459957a2c80fa84b5d58888fb9d296a9789593d9d6098f90ce7aa948373"
sha256 cellar: :any_skip_relocation, sonoma: "b6291a2b993c4de286ea4a466b9fc1ead7407491a44f882b1be8ae94c2db4190"
sha256 cellar: :any_skip_relocation, ventura: "b6291a2b993c4de286ea4a466b9fc1ead7407491a44f882b1be8ae94c2db4190"
sha256 cellar: :any_skip_relocation, x86_64_linux: "68ceedcb024140e84fb47a01fa197126dc80e8fcc816a8a0d3a4b1ef695b6ed0"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4cc35cd

Please sign in to comment.