Skip to content

Commit 20e78e4

Browse files
authored
Merge pull request #224004 from Homebrew/bump-vals-0.41.1
vals 0.41.1
2 parents 664e084 + 5f10bfa commit 20e78e4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/vals.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Vals < Formula
22
desc "Helm-like configuration values loader with support for various sources"
33
homepage "https://github.com/helmfile/vals"
4-
url "https://github.com/helmfile/vals/archive/refs/tags/v0.41.0.tar.gz"
5-
sha256 "aa1133fc97a3ee75de0c7e3ace19324f7ab1655296e017f53aac9cdde9f5c759"
4+
url "https://github.com/helmfile/vals/archive/refs/tags/v0.41.1.tar.gz"
5+
sha256 "313956c61f7103a34166f017964fd83ae8d2be2d5412d0749308e35af97b963c"
66
license "Apache-2.0"
77
head "https://github.com/helmfile/vals.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cdc50d4ccfd6d18013c51304922faf4fda5b13ccedca9f5a798df5197539cd51"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cdc50d4ccfd6d18013c51304922faf4fda5b13ccedca9f5a798df5197539cd51"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cdc50d4ccfd6d18013c51304922faf4fda5b13ccedca9f5a798df5197539cd51"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0392f355fd063a7b2597c955c4af079d647d5627a67dc3d330812976e74c0c78"
14-
sha256 cellar: :any_skip_relocation, ventura: "0392f355fd063a7b2597c955c4af079d647d5627a67dc3d330812976e74c0c78"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "417e63d659f080edf35a0bf1284653930aba9ce15b1db7c5c49c3a724123db34"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a6f19e07231e411666d780e6b8d858cf6d256de4d7ea1bb17723045e98add53"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2a6f19e07231e411666d780e6b8d858cf6d256de4d7ea1bb17723045e98add53"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2a6f19e07231e411666d780e6b8d858cf6d256de4d7ea1bb17723045e98add53"
13+
sha256 cellar: :any_skip_relocation, sonoma: "9b1709a8c5ae6394318b0590c1ae451588e173282749155f5df4e797997f4449"
14+
sha256 cellar: :any_skip_relocation, ventura: "9b1709a8c5ae6394318b0590c1ae451588e173282749155f5df4e797997f4449"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "944014461e802266d01c8640b7ca2fa8a20e0f67fa439b262e7134c487270fe4"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)