|
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.21.9.tar.gz" |
5 | | - sha256 "d798f5d02c8a010d193a35102b01d78b842cbcb3962415c11070c397f66b5e06" |
| 4 | + url "https://github.com/FairwindsOps/pluto/archive/refs/tags/v5.22.0.tar.gz" |
| 5 | + sha256 "d072ed68adc6d11188f3062e280a170a3bd099a146cd1815261ec6923e9886d7" |
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: "5a18c1da37a1e53762b24a96f7c85953be8a3af03f99d91c1ce4c1f74c54a6cf" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a18c1da37a1e53762b24a96f7c85953be8a3af03f99d91c1ce4c1f74c54a6cf" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "5a18c1da37a1e53762b24a96f7c85953be8a3af03f99d91c1ce4c1f74c54a6cf" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "dd453b3960d3cb510e5e9fec06f037c4e2ecdc421a0642199619107832d0e258" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "dd453b3960d3cb510e5e9fec06f037c4e2ecdc421a0642199619107832d0e258" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "760da825782de531fb3baf3db161b357d556f580569a5179c88630a4c913adf5" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a6c20ea79dd0fda3495074871c3cf4875090c0c84b79df7863900df31dc29ae" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a6c20ea79dd0fda3495074871c3cf4875090c0c84b79df7863900df31dc29ae" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "9a6c20ea79dd0fda3495074871c3cf4875090c0c84b79df7863900df31dc29ae" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6ccb90db2de10d694976b9fa8fdc3e1a01ac4ecf9b2613967da50903a4c2c60c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "6ccb90db2de10d694976b9fa8fdc3e1a01ac4ecf9b2613967da50903a4c2c60c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "30588507d1516cccdd33f1d4d2c36218ee8a906aa4cf06c75f68d8b855af4e5e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments