|
1 | 1 | class K8sgpt < Formula |
2 | 2 | desc "Scanning your k8s clusters, diagnosing, and triaging issues in simple English" |
3 | 3 | homepage "https://k8sgpt.ai/" |
4 | | - url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.4.15.tar.gz" |
5 | | - sha256 "a4bac484569d1482e26ef9aa43b9bab1ef66621f6ae938f9e435de7148bccace" |
| 4 | + url "https://github.com/k8sgpt-ai/k8sgpt/archive/refs/tags/v0.4.16.tar.gz" |
| 5 | + sha256 "5db2042f2f9328d080bd4aba71039837f9689939e0809116b8b6204c8829cf92" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/k8sgpt-ai/k8sgpt.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b13054d1c8368dc0e6998b8e50cefe9a3e1ff83bc04ab47a8defa1a8242700d8" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5b575c0f02633c55c276723268090b5df5b558db02f97da539dcca07e925c294" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "4497b5e9054de26dab52d6d5e23a863fe2700df9a4a06024ef27869719e603e6" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "6f71eeaa60211e5c10f147d7bfbf0b1361feac8ea8337c63f8e21041e8f6ec72" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "0df51313ed68e9aae49ef8b8a3c83466324a4c31d545a7d1ce2843ee89efbbc7" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "5b8e78c6039938bc5ab8f5d6ab0e56f3934d5058a85346f3fd2a76062c82e0ce" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "3ab74a99cdeb8f39e2dcf0cfb56f420a175cde5c414a825e316c5e291f381b2f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc1a1665ae820a6920af75fd14c1a4861b90166c773228dedee52c1709a618f0" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef0a791c075a00670fb8e11bed2ba714487c1af435e0111644ab38a2e965aa43" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a8b260926bafe51e3a4eecddc3ee38e7e107b2e547989d1b5696a175b6d56422" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "1988f8edc6fca1b153f271ce7c1a3247453d7da1ce64b84cfd64c59f2ff99511" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "2f7e8ecb7bdd281cef917a5915c9a795be11e132d3921d574cb7743a97af2e74" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "a2691fd0b07bd6a8966577a0252ebec07c16bc771a4d4df6290a5d2245c48c49" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "03393205837a5e3b867fc93ece7d18221edbe1bd7406550ae7243946571ab036" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments