Skip to content

Commit

Permalink
Merge pull request #166094 from Homebrew/bump-k8sgpt-0.3.28
Browse files Browse the repository at this point in the history
k8sgpt 0.3.28
  • Loading branch information
BrewTestBot committed Mar 14, 2024
2 parents 62cc886 + 0182b48 commit 773ca9f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/k8sgpt.rb
@@ -1,19 +1,19 @@
class K8sgpt < Formula
desc "Scanning your k8s clusters, diagnosing, and triaging issues in simple English"
homepage "https://k8sgpt.ai/"
url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.3.27.tar.gz"
sha256 "07601e265a526b852fbffe02f763beeace0ed21d53cf6b9ec44eb5b299afdab6"
url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.3.28.tar.gz"
sha256 "ad02c1139bada81ca82337c1fe4d28a2c004738278280c10a8b5d7e413c73ee4"
license "Apache-2.0"
head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "49796813bdc9cfe15df7e1256821f53c24698a2b6310e4ed462ab74423588682"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3fa017c27107ee10eea0d82dadc45fab7db13556e4e0341d73a812c865e91262"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4a45bf025508ed94d0b792a755f0365059487104b585421760d9c0b4d2b1eeaa"
sha256 cellar: :any_skip_relocation, sonoma: "83999be9ced1d959addcfc6c5a556dedef64413ce813621484b3217ba9e99e55"
sha256 cellar: :any_skip_relocation, ventura: "999e3dc99744ce2f57cab30d8f4b15bf7ab19c3c0fb554c366ea8e816d88b509"
sha256 cellar: :any_skip_relocation, monterey: "0bc31b0a9d7db94821e5ccd48edcbd5889184313f1aa29834ddc44ecda0f7524"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3d1ad5473e9a9b967afd1b6a50d032c5e889813bdca6ec5673bafda4a4efe87"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cae90839c41bac93cc1a7e8c778bf6c8cc124d4a2e06c80e930b3ba9bedee16e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "967556e1cfb737a82bc1e4056fa76879886a4635ce5e9973e877c8fab692c9c5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8b3c277ec75d9c74cc9dac2d7b8a8502782677ed4703e7b6c7a649963335e48b"
sha256 cellar: :any_skip_relocation, sonoma: "54bcdf005cfe788425c21e7e0af9f88e87660d16730c720238aea141bf58e762"
sha256 cellar: :any_skip_relocation, ventura: "b7ef3a60865f80c956bc5e654d303185386bb5c7b5113f551ae789ad80d2d2aa"
sha256 cellar: :any_skip_relocation, monterey: "349c9039172ffad4fa9da1800f20cba0edda60fcee592634ab31141cbcb2a208"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e02b0b37ceaddba0125eb80b6e5f90082759f990aa5711b4a1f842765864c9e"
end

depends_on "go" => :build
Expand Down

0 comments on commit 773ca9f

Please sign in to comment.