|
1 | 1 | class Pluto < Formula
|
2 | 2 | desc "CLI tool to help discover deprecated apiVersions in Kubernetes"
|
3 | 3 | homepage "https://fairwinds.com"
|
4 |
| - url "https://github.com/FairwindsOps/pluto/archive/refs/tags/v5.22.3.tar.gz" |
5 |
| - sha256 "c34c6fe55dbdbd9ef1dbf15662dc14a65504e37fdbade41a36deb6d31183dcd3" |
| 4 | + url "https://github.com/FairwindsOps/pluto/archive/refs/tags/v5.22.5.tar.gz" |
| 5 | + sha256 "b73b246f2cea3587b6ed4461be963d3ccff42d0311eb551e4bcb796038ffe785" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/FairwindsOps/pluto.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "59fa6d481e261a720ea236320414869bdfed5cd0039796af418e4ff4169ccff1" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "59fa6d481e261a720ea236320414869bdfed5cd0039796af418e4ff4169ccff1" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "59fa6d481e261a720ea236320414869bdfed5cd0039796af418e4ff4169ccff1" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "095b5d218d2dd49fede38213820ca1551fcaadee5c0e1068760806df22913f44" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "095b5d218d2dd49fede38213820ca1551fcaadee5c0e1068760806df22913f44" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "f60d3fe830ab2eaeca2f2999907a6f46861baec44182a55656874b1410a2aa4c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a7e0f503c5794de3102e4a5c76f8dc68fc0b49c15b7e3f7c9084077cc62acb84" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7e0f503c5794de3102e4a5c76f8dc68fc0b49c15b7e3f7c9084077cc62acb84" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a7e0f503c5794de3102e4a5c76f8dc68fc0b49c15b7e3f7c9084077cc62acb84" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "dcdd8707e83c45429b3f9da5da45c2368854703e4dfa417eae281e3e417998c1" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "dcdd8707e83c45429b3f9da5da45c2368854703e4dfa417eae281e3e417998c1" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "14e986cc7bc813da8d483d34e9e813557f11616b07a20a5c1d1c9e40d4c8537f" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments