Skip to content

Commit f3c962c

Browse files
authored
Merge pull request #233985 from Homebrew/bump-nova-fairwinds-3.11.8
nova-fairwinds 3.11.8
2 parents bb38cbd + 63d8023 commit f3c962c

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.7.tar.gz"
5-
sha256 "3564d90244c8f7790d7a02b52b61a7b4ba7dabcbc6886d156d780fff497d00e3"
4+
url "https://github.com/FairwindsOps/nova/archive/refs/tags/v3.11.8.tar.gz"
5+
sha256 "f0bb4c07f580a0c8f3661ef84d61554bd791b7a3bb49f612cb7a4183a5dbe061"
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: "52dc1850073c9cf0b7d0df2c3072b4dcca7609f600da0b22fabd6296299b8052"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52dc1850073c9cf0b7d0df2c3072b4dcca7609f600da0b22fabd6296299b8052"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "52dc1850073c9cf0b7d0df2c3072b4dcca7609f600da0b22fabd6296299b8052"
13-
sha256 cellar: :any_skip_relocation, sonoma: "cad8ba55c5c677aaf0db53b12016b74f66d029384a38f20b2f1920c670990a12"
14-
sha256 cellar: :any_skip_relocation, ventura: "cad8ba55c5c677aaf0db53b12016b74f66d029384a38f20b2f1920c670990a12"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "328d1ae14ca7cf4c0b5b1051b058010394e0d7c18c663985d6a709eb79a6ea10"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0307938adcbe20d13815700636303b9d9472f21a6b7b3988db8dba15dd96932d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0307938adcbe20d13815700636303b9d9472f21a6b7b3988db8dba15dd96932d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0307938adcbe20d13815700636303b9d9472f21a6b7b3988db8dba15dd96932d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "11f78c3a77156aa1e057d30e684cb39c1545173a48a45706ecdf28b356d8ee93"
14+
sha256 cellar: :any_skip_relocation, ventura: "11f78c3a77156aa1e057d30e684cb39c1545173a48a45706ecdf28b356d8ee93"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a73502a71157b399cd366debb4c8bf671fe4fe7c4ad20251677bba8f64f1636"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)