Skip to content

Commit 86be30a

Browse files
authored
Merge pull request #230165 from Homebrew/bump-nova-fairwinds-3.11.6
nova-fairwinds 3.11.6
2 parents 18e3a28 + e516aef commit 86be30a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/nova-fairwinds.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class NovaFairwinds < Formula
22
desc "Find outdated or deprecated Helm charts running in your cluster"
33
homepage "https://github.com/FairwindsOps/nova"
4-
url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.5.tar.gz"
5-
sha256 "f901ba3f9935ba7febdd6488a3d313e892a3dcec860c2aa9d1bc2e8b82076e5a"
4+
url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.6.tar.gz"
5+
sha256 "b97ee64a429667411e00e6075ca204bf1b65bca499f00b6b468cd5391383b630"
66
license "Apache-2.0"
77
head "https://github.com/FairwindsOps/nova.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b4ace3f30b171a76fb6db17094ce9f859e42269b50749a672ef091a17838478e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4ace3f30b171a76fb6db17094ce9f859e42269b50749a672ef091a17838478e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b4ace3f30b171a76fb6db17094ce9f859e42269b50749a672ef091a17838478e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "9057f6d61525ea824f707ffe3b3192c0e46c4066cbe061bf93db3aa641821a22"
14-
sha256 cellar: :any_skip_relocation, ventura: "9057f6d61525ea824f707ffe3b3192c0e46c4066cbe061bf93db3aa641821a22"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2f4212ceffdf691db9f8704d35cdde4eb4f551c4a1682616d7583ca3ab640dad"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d4ff2b8735799119fa2ca51b8ad0ba69c44bad887edd61d1901834d23bd0111"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d4ff2b8735799119fa2ca51b8ad0ba69c44bad887edd61d1901834d23bd0111"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3d4ff2b8735799119fa2ca51b8ad0ba69c44bad887edd61d1901834d23bd0111"
13+
sha256 cellar: :any_skip_relocation, sonoma: "83e2d2fa125fadcdc32b5ef3d8d61b11b0b9a83422ab16e881f84b0dee184943"
14+
sha256 cellar: :any_skip_relocation, ventura: "83e2d2fa125fadcdc32b5ef3d8d61b11b0b9a83422ab16e881f84b0dee184943"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "96de080d425d1caca170095ce428982cf2742f1f9d36b2b2a163e50bf01ab626"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)