Skip to content

Commit

Permalink
Merge pull request #176899 from Homebrew/bump-k8sgpt-0.3.38
Browse files Browse the repository at this point in the history
k8sgpt 0.3.38
  • Loading branch information
BrewTestBot authored Jul 10, 2024
2 parents 3020525 + 04eba14 commit 7ba7ada
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/k8sgpt.rb
Original file line number Diff line number Diff line change
@@ -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.37.tar.gz"
sha256 "30cf355e51c3baa2a62c690ff57eaf1ac4b88e1b6898626a4dd61670bc435822"
url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.3.38.tar.gz"
sha256 "d6e9dd181b0ae8cee3197b941507610cd0999c4862d3c90b6ed23f6573ea4947"
license "Apache-2.0"
head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cffa587565ea61a708176a72c3ddc66990e756d6c1984252ac27f0f4e2eaac12"
sha256 cellar: :any_skip_relocation, arm64_ventura: "149f308aaebcff1792d15c6afea14f695d6197a5ded068c36fa8bc8c3e2b7548"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6c4b0d7b6403a0491ebcd3a5ff1e5e363a53f817e4b775e892d6f21730118461"
sha256 cellar: :any_skip_relocation, sonoma: "33932061a8ebbfc8982ccfa455c87fa742090e4bd4611fadfdf99e80143b3096"
sha256 cellar: :any_skip_relocation, ventura: "6547039d51c82c445d95da37cc7e6d35dd6a0efbd7afa290ff109a1fd841432f"
sha256 cellar: :any_skip_relocation, monterey: "bad9eaf167c979f79c2a11797a03e9fd5fcc87568d30abb3c933a22b8dee0912"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c6bd141b9ed7c35a22e0d8aa0d02a8123ed561250c94ef3ea90b76383f35569"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "242cefc99ff9abcd35f009a0e08fd467984a90f97b4e635f8a7c184891fc4d3c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "219be1ea0b9add38daf474e1c1d6a60e92c585b1da2be8c74a09fc61c5714145"
sha256 cellar: :any_skip_relocation, arm64_monterey: "19d039721b1a520e2020d24f4886ff2f8c85c65ed9cc09ba3a896e45a495c212"
sha256 cellar: :any_skip_relocation, sonoma: "eca5ce9a2d83895b6bbcf796498b2f9b60f8b917f767030ede2952fee0b14424"
sha256 cellar: :any_skip_relocation, ventura: "713972c5f8eb550b410b4152a7b14199c4f4891cf0af1a3bd4ed5476e6bcf447"
sha256 cellar: :any_skip_relocation, monterey: "6f4668a2d33ea930daa4afe13992ec59f89b58843f915917c5a609cc6aa6de81"
sha256 cellar: :any_skip_relocation, x86_64_linux: "754398393818ea6797cbf28a28d4bc978d454df81e42f74da1e9767bea8765b8"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7ba7ada

Please sign in to comment.