|
1 | 1 | class KubeLinter < Formula |
2 | 2 | desc "Static analysis tool for Kubernetes YAML files and Helm charts" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/stackrox/kube-linter.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments