Skip to content

Commit

Permalink
k8sgpt 0.3.32
Browse files Browse the repository at this point in the history
k8sgpt: remove patch
  • Loading branch information
BrewTestBot authored and bevanjkay committed May 20, 2024
1 parent 5bf9363 commit 58ab753
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/k/k8sgpt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.31.tar.gz"
sha256 "a76dded5c65c9694fabcc667be361c6961adcc5f12f9f37f665ca2bd08820eeb"
url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.3.32.tar.gz"
sha256 "baf955f9963c6d611cb69b20d0b36890e1bb6d0421868d21bb7f0b10ab7ac270"
license "Apache-2.0"
head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main"

Expand All @@ -18,12 +18,6 @@ class K8sgpt < Formula

depends_on "go" => :build

# patch build, upstream pr ref, https://github.com/k8sgpt-ai/k8sgpt/pull/1115
patch do
url "https://github.com/k8sgpt-ai/k8sgpt/commit/1fb75a633c546bc6ada689e27d29c134d4cf8b5f.patch?full_index=1"
sha256 "9ca5985449b404e4d12db2c3ce8823a18dc29fa9f8b391eb48c0de22400fe292"
end

def install
ldflags = %W[
-s -w
Expand Down

0 comments on commit 58ab753

Please sign in to comment.