Skip to content

Commit 3ae08c0

Browse files
authored
Merge pull request #249903 from Homebrew/bump-yamlfmt-0.18.1
yamlfmt 0.18.1
2 parents 054f041 + 24b9d30 commit 3ae08c0

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.0.tar.gz"
5-
sha256 "d4abdb4f10e1c55b513a94584864037515937e16611f9de32871c4a2f477f65d"
4+
url "https://github.com/google/yamlfmt/archive/refs/tags/v0.18.1.tar.gz"
5+
sha256 "aec8d5cb8ca395ed60bddeb14d4a4076d5b46939a3a9cd6773eb1913d2d63a0e"
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: "65ffc4a7610baa4e895f64635fcb99c64ece4ea3a180ecc3b1072d88b1bf5b6c"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "65ffc4a7610baa4e895f64635fcb99c64ece4ea3a180ecc3b1072d88b1bf5b6c"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "65ffc4a7610baa4e895f64635fcb99c64ece4ea3a180ecc3b1072d88b1bf5b6c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e041a16d72257eadcf18693155857b6ad5792dd6521391f7147bc4b25cec1949"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "73e725618652ff821f28b17aff4d4ecdb7598746ef3f56b992ec99288b3fb437"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a75512acead1c9f88c6ee9181da7904fac5c44670ac67f4da1e176aedcbe2a81"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)