Skip to content

Commit 60b900a

Browse files
authored
Merge pull request #196957 from Homebrew/bump-kube-linter-0.7.1
kube-linter 0.7.1
2 parents 1d548bf + da282f7 commit 60b900a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kube-linter.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class KubeLinter < Formula
22
desc "Static analysis tool for Kubernetes YAML files and Helm charts"
33
homepage "https://github.com/stackrox/kube-linter"
4-
url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.7.0.tar.gz"
5-
sha256 "134af09f571937376ed3ff7bae07eba52357d20bd067618c00e4fea7baabadd8"
4+
url "https://github.com/stackrox/kube-linter/archive/refs/tags/v0.7.1.tar.gz"
5+
sha256 "6b61b9dd7c458bc3509f8c4f4e68fa1e34a0419e4995b61a19a477bc0422f5df"
66
license "Apache-2.0"
77
head "https://github.com/stackrox/kube-linter.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c4bc93759d4052b16bc90691a2d23aa571b021b3dfabaecd989aa12c9cd2595"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c4bc93759d4052b16bc90691a2d23aa571b021b3dfabaecd989aa12c9cd2595"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6c4bc93759d4052b16bc90691a2d23aa571b021b3dfabaecd989aa12c9cd2595"
13-
sha256 cellar: :any_skip_relocation, sonoma: "da8d3380223a5a9efbd36a527fd524db5c3f5923ae03351a2475ccbbe23e551d"
14-
sha256 cellar: :any_skip_relocation, ventura: "da8d3380223a5a9efbd36a527fd524db5c3f5923ae03351a2475ccbbe23e551d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "69a63411a6670993d4676d9ae0fe31d33c66c98b8e79c788455c86a12ec89862"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b15ddd54eace35740eed7fe6afb9eaf5191383c7caec0393d7337973729d3b7"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b15ddd54eace35740eed7fe6afb9eaf5191383c7caec0393d7337973729d3b7"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8b15ddd54eace35740eed7fe6afb9eaf5191383c7caec0393d7337973729d3b7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e7a673e1cd1ca187060209047efcd97005a3bd0c230bc7b81bc24d8bb0feccff"
14+
sha256 cellar: :any_skip_relocation, ventura: "e7a673e1cd1ca187060209047efcd97005a3bd0c230bc7b81bc24d8bb0feccff"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0aa74112dd141d09a850c5c84d92df32f3c16880db8d76193171a225f3f5a363"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)