Skip to content

Commit 32822b5

Browse files
authored
Merge pull request #250046 from Homebrew/bump-yamlfmt-0.19.0
yamlfmt 0.19.0
2 parents f35f0d3 + 7a7163a commit 32822b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/y/yamlfmt.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Yamlfmt < Formula
22
desc "Extensible command-line tool to format YAML files"
33
homepage "https://github.com/google/yamlfmt"
4-
url "https://github.com/google/yamlfmt/archive/refs/tags/v0.18.1.tar.gz"
5-
sha256 "aec8d5cb8ca395ed60bddeb14d4a4076d5b46939a3a9cd6773eb1913d2d63a0e"
4+
url "https://github.com/google/yamlfmt/archive/refs/tags/v0.19.0.tar.gz"
5+
sha256 "257dd1521895c6b22ab4c71c27fa27f2290d05cedd0734f819573b509039e9b2"
66
license "Apache-2.0"
77
head "https://github.com/google/yamlfmt.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "3b2ced127a405d1f950d18f54dc4da8bf2d40fa8b67483d3c451460660a90770"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b2ced127a405d1f950d18f54dc4da8bf2d40fa8b67483d3c451460660a90770"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b2ced127a405d1f950d18f54dc4da8bf2d40fa8b67483d3c451460660a90770"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1c1483a890a851178a2c1e8902c81063a66dfafc68e02b0a0be9e0d600958228"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "388231a58bac3b788b0b8367c657be959671f0d39ab68046323d04059a114c07"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "de478248b430d297c3178106c6518cab44691a0340af35cc5bb177df48986de9"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "5c59ed48d2534326566255ca209edd314aa0182db4132fe43c5ab4dc3fcebc20"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c59ed48d2534326566255ca209edd314aa0182db4132fe43c5ab4dc3fcebc20"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c59ed48d2534326566255ca209edd314aa0182db4132fe43c5ab4dc3fcebc20"
13+
sha256 cellar: :any_skip_relocation, sonoma: "423f2da3e7064f7eb996843d90b6692c692c0535af0429c88f74c774e379c17d"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "26beaa3991b22b29d8ef67adf7af3b107c89b4ab7ed3171fcaee2df52d4b7323"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "92f38abcf0be10615688c6547d59c2443207d62454a0ee575d36ffec5b7e599a"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)