Skip to content

Commit 285078c

Browse files
authored
Merge pull request #233986 from Homebrew/bump-pluto-5.22.5
pluto 5.22.5
2 parents 0508227 + 10afeaa commit 285078c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pluto.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Pluto < Formula
22
desc "CLI tool to help discover deprecated apiVersions in Kubernetes"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/FairwindsOps/pluto.git", branch: "master"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)