|
1 | 1 | class Vals < Formula |
2 | 2 | desc "Helm-like configuration values loader with support for various sources" |
3 | 3 | 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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/helmfile/vals.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments