From 1cad08f0272a2533cac627e8d0b9003b71d30d02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:58:09 +0000 Subject: [PATCH 1/2] yamlfmt 0.14.0 --- Formula/y/yamlfmt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/y/yamlfmt.rb b/Formula/y/yamlfmt.rb index 5eae0932b679..146288eea901 100644 --- a/Formula/y/yamlfmt.rb +++ b/Formula/y/yamlfmt.rb @@ -1,8 +1,8 @@ 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" From 2f05768337ebe8be440648834dbc999c6cf574ff Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:22:52 +0000 Subject: [PATCH 2/2] yamlfmt: update 0.14.0 bottle. --- Formula/y/yamlfmt.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/y/yamlfmt.rb b/Formula/y/yamlfmt.rb index 146288eea901..a6a66e8c8395 100644 --- a/Formula/y/yamlfmt.rb +++ b/Formula/y/yamlfmt.rb @@ -7,14 +7,12 @@ class Yamlfmt < Formula 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