Skip to content

Commit 00d86a6

Browse files
authored
Merge pull request #229336 from Homebrew/bump-kubectl-ai-0.0.15
kubectl-ai 0.0.15
2 parents 58c3363 + 327abd0 commit 00d86a6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kubectl-ai.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class KubectlAi < Formula
22
desc "AI powered Kubernetes Assistant"
33
homepage "https://github.com/GoogleCloudPlatform/kubectl-ai"
4-
url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.14.tar.gz"
5-
sha256 "e84e7f7d569f2119d359e2cef923a05c7dc4265fb9d7dda8122fe552ff289978"
4+
url "https://github.com/GoogleCloudPlatform/kubectl-ai/archive/refs/tags/v0.0.15.tar.gz"
5+
sha256 "e8f984a9966e7d663c24c476eb05fd18cafc2431646fe33e4be127052a7dc83d"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,12 +11,12 @@ class KubectlAi < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "76771a63a1685fbb759e3cc38c3c6e05e815096134b28c0b3c84a921d83246d8"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "76771a63a1685fbb759e3cc38c3c6e05e815096134b28c0b3c84a921d83246d8"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "76771a63a1685fbb759e3cc38c3c6e05e815096134b28c0b3c84a921d83246d8"
17-
sha256 cellar: :any_skip_relocation, sonoma: "36aad2ca42e122d27eca0ea56c5d311fcbfbbdc799382dfdb0102c4aaab0d5dd"
18-
sha256 cellar: :any_skip_relocation, ventura: "36aad2ca42e122d27eca0ea56c5d311fcbfbbdc799382dfdb0102c4aaab0d5dd"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab009930b35b7fbf19cc134ca832bb09551365c1ae3b99cb9fb903e2f2f388da"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9dbff86ea625c3963ce9a314c6d870863bea01eb65d27283c24d02bcb0ce44ce"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9dbff86ea625c3963ce9a314c6d870863bea01eb65d27283c24d02bcb0ce44ce"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9dbff86ea625c3963ce9a314c6d870863bea01eb65d27283c24d02bcb0ce44ce"
17+
sha256 cellar: :any_skip_relocation, sonoma: "4a175b7f75ced9f77f7f115fbca7edb520ca2c70ee438572ba97282c93e4105b"
18+
sha256 cellar: :any_skip_relocation, ventura: "4a175b7f75ced9f77f7f115fbca7edb520ca2c70ee438572ba97282c93e4105b"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "29adc876c354c2c97b1059d7b262ee5bb916945b96dff3a8fb259a2f387cb202"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)