Skip to content

Commit

Permalink
Merge pull request #191888 from Homebrew/bump-glasskube-0.22.0
Browse files Browse the repository at this point in the history
glasskube 0.22.0
  • Loading branch information
BrewTestBot authored Sep 25, 2024
2 parents deb8d9d + 9f2c08f commit 50d94b0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/g/glasskube.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Glasskube < Formula
desc "Missing Package Manager for Kubernetes"
homepage "https://glasskube.dev/"
url "https://github.com/glasskube/glasskube/archive/refs/tags/v0.21.0.tar.gz"
sha256 "6eb54f51a1c3a44803bdfb5f69d62f874ce5b5fcca8c92e57425ec0c7da2f8f1"
url "https://github.com/glasskube/glasskube/archive/refs/tags/v0.22.0.tar.gz"
sha256 "1b8a2861f9892930b31d695bfe6a8897a30858bb0ae6496382abe1896c79697e"
license "Apache-2.0"
head "https://github.com/glasskube/glasskube.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d25fcd675a443ee9814532f6f36f54018a70cdd6d828703cf0e9e7444e22c9f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d25fcd675a443ee9814532f6f36f54018a70cdd6d828703cf0e9e7444e22c9f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6d25fcd675a443ee9814532f6f36f54018a70cdd6d828703cf0e9e7444e22c9f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6d25fcd675a443ee9814532f6f36f54018a70cdd6d828703cf0e9e7444e22c9f"
sha256 cellar: :any_skip_relocation, sonoma: "7068c78c8da1db8a8d8426511253536301e7d90df0a835289052e6dd2bdaf5c3"
sha256 cellar: :any_skip_relocation, ventura: "7068c78c8da1db8a8d8426511253536301e7d90df0a835289052e6dd2bdaf5c3"
sha256 cellar: :any_skip_relocation, monterey: "7068c78c8da1db8a8d8426511253536301e7d90df0a835289052e6dd2bdaf5c3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d44bca9ed076ce87c2b4c6fda05bfafb9bc4ed6e5026de96a555b8c66b824592"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d07158d5252c737b7ef083750c08207490ed24c0ef3994be643a318681775e08"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d07158d5252c737b7ef083750c08207490ed24c0ef3994be643a318681775e08"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d07158d5252c737b7ef083750c08207490ed24c0ef3994be643a318681775e08"
sha256 cellar: :any_skip_relocation, sonoma: "ecf1f84a86babc9278b9147907dda1a548fbf993176ebbd334f5a86f95ed273b"
sha256 cellar: :any_skip_relocation, ventura: "ecf1f84a86babc9278b9147907dda1a548fbf993176ebbd334f5a86f95ed273b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d486bdf794105596a3b9110cc9ededc3570ef080329d5aac33a8badc9465d4b"
end

depends_on "go" => :build
Expand Down

0 comments on commit 50d94b0

Please sign in to comment.