Skip to content

Commit

Permalink
Merge pull request #177731 from Homebrew/bump-k8sgpt-0.3.39
Browse files Browse the repository at this point in the history
k8sgpt 0.3.39
  • Loading branch information
BrewTestBot authored Jul 18, 2024
2 parents fe43e79 + 445d190 commit 060bc63
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.38.tar.gz"
sha256 "d6e9dd181b0ae8cee3197b941507610cd0999c4862d3c90b6ed23f6573ea4947"
url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.3.39.tar.gz"
sha256 "b2a523a4c1b9d6f968388c09c333d0e710ad694d7f840dc7e7eaca90b314ab8b"
license "Apache-2.0"
head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main"

bottle do
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"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39da905d2b81e90a7ede1fb056ecbc64993ffa1f9e7a0d0f7513cf3c7577cde3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "95d06cad57985f09703c6748d1fe5ee1cc4aaa1f9869aab565155d7e1207d26c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2c0978f7c6628f277e5bf17772e20eb4044bf328e780ddd9c5ef9f8f3fd26f19"
sha256 cellar: :any_skip_relocation, sonoma: "bbf8638b9e407348b200d045feb8f1f2c78d6e92b3ca82397ee2fab773b5ddf1"
sha256 cellar: :any_skip_relocation, ventura: "f293f16e097cbdd7bc579261436646c607c4c1756c873bf56c26c70b13620a40"
sha256 cellar: :any_skip_relocation, monterey: "09b370170ad4d8c6ad05747f054e8f358ecff411a61c7b2e1dd68326d4303fea"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3d951e870092a8c0f0855be1404c5a5cd0fb30f8d0cc57b80d82014b505ffe1"
end

depends_on "go" => :build
Expand Down

0 comments on commit 060bc63

Please sign in to comment.