Skip to content

Commit

Permalink
Merge pull request #196374 from Homebrew/bump-yamlfmt-0.14.0
Browse files Browse the repository at this point in the history
yamlfmt 0.14.0
  • Loading branch information
BrewTestBot authored Nov 1, 2024
2 parents 2894447 + 2f05768 commit 5958f8a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/y/yamlfmt.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Yamlfmt < Formula
desc "Extensible command-line tool to format YAML files"
homepage "https://github.com/google/yamlfmt"
url "https://github.com/google/yamlfmt/archive/refs/tags/v0.13.0.tar.gz"
sha256 "79117ece08bd4175a88a1ec9fed703a10d1573750fe73c6e212d9c62b96e2369"
url "https://github.com/google/yamlfmt/archive/refs/tags/v0.14.0.tar.gz"
sha256 "351fe18bd821fa3ce3cda48f4f2270bf0b39104ca5dec5d99bd6c84841eb9bcb"
license "Apache-2.0"
head "https://github.com/google/yamlfmt.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a73209def2fc4e07d41889e11cb7c82954d7d1c5051a7591342301c3e9f40e6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c46ca7a25fbf1b395616dded26c2fab581f2a2fb48e33d226e6bf1f9c11d0df"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2bdb15e3f06897b57fda481e39279ecf91b9310a5db4832c7ac101e65270edae"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e8d27c36ab5e0afc35c473c6ff5985e292e15b5d9776c72b9cc4ba209059a67a"
sha256 cellar: :any_skip_relocation, sonoma: "51eaac6c4a967dee980851e25bab10823d1409a65622b493ffd1f4f806f53499"
sha256 cellar: :any_skip_relocation, ventura: "b279664b7058f558995c93361e7634ce42a57d0876ae0518415910c989323b84"
sha256 cellar: :any_skip_relocation, monterey: "cea6269ca6471482f7f38616b41f6c43ce89163e296ef40c09eb82a9407de3f9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f1d38658401442429e4207bb7e08ba71514ddc0bf5c76ffd8e3dfa320b279b64"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5594a8b9d5a83f76f8824a17cf83115644e021aeac1ad5a6365dda1dc0aaf80"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5594a8b9d5a83f76f8824a17cf83115644e021aeac1ad5a6365dda1dc0aaf80"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5594a8b9d5a83f76f8824a17cf83115644e021aeac1ad5a6365dda1dc0aaf80"
sha256 cellar: :any_skip_relocation, sonoma: "204c0cc28383f3da42f5feb60a40a5f73cd16d090b88260087194b09e2fccdcc"
sha256 cellar: :any_skip_relocation, ventura: "204c0cc28383f3da42f5feb60a40a5f73cd16d090b88260087194b09e2fccdcc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d6f799f0a7d20fee357cf4aca9f9108f423069072ac494bfbaffe722e795d4e5"
end

depends_on "go" => :build
Expand Down

0 comments on commit 5958f8a

Please sign in to comment.