From 34b8b46c52f70422c3bf672902d3e9dce0e7f8ec Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 17 Jan 2025 14:17:12 -0500 Subject: [PATCH 1/2] keep-sorted 0.6.0 autobump: add keep-sorted Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/k/keep-sorted.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index e8193adf65c61c..132edc88798e88 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1552,6 +1552,7 @@ kcgi kcov kcptun kea +keep-sorted kepubify kerl kew diff --git a/Formula/k/keep-sorted.rb b/Formula/k/keep-sorted.rb index f5de11f87c5533..fd6b82b0943581 100644 --- a/Formula/k/keep-sorted.rb +++ b/Formula/k/keep-sorted.rb @@ -1,8 +1,8 @@ class KeepSorted < Formula desc "Language-agnostic formatter that sorts selected lines" homepage "https://github.com/google/keep-sorted" - url "https://github.com/google/keep-sorted/archive/refs/tags/v0.5.1.tar.gz" - sha256 "91b2058d4b483573d749eec708da14fd81551eb680b80784d92a14fb89d8d69e" + url "https://github.com/google/keep-sorted/archive/refs/tags/v0.6.0.tar.gz" + sha256 "28a8290da4908999712896ed0a94a0e26f290f22b565f290a0782220379a033c" license "Apache-2.0" bottle do From 12155f5e7ba67ab8a32fd6ca900a2153b6ca1b8c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 17 Jan 2025 22:48:38 +0000 Subject: [PATCH 2/2] keep-sorted: update 0.6.0 bottle. --- Formula/k/keep-sorted.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/keep-sorted.rb b/Formula/k/keep-sorted.rb index fd6b82b0943581..97d9fa59ca7764 100644 --- a/Formula/k/keep-sorted.rb +++ b/Formula/k/keep-sorted.rb @@ -6,12 +6,12 @@ class KeepSorted < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "95ea198609e47bee30cc80019a2c70a46eacf15b9626bc7c81818cc4d7e9bcbb" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "95ea198609e47bee30cc80019a2c70a46eacf15b9626bc7c81818cc4d7e9bcbb" - sha256 cellar: :any_skip_relocation, arm64_ventura: "95ea198609e47bee30cc80019a2c70a46eacf15b9626bc7c81818cc4d7e9bcbb" - sha256 cellar: :any_skip_relocation, sonoma: "48cd6f30863e808f7143f0af0013b1a4e7fc96b48044925b1d9008e458823332" - sha256 cellar: :any_skip_relocation, ventura: "48cd6f30863e808f7143f0af0013b1a4e7fc96b48044925b1d9008e458823332" - sha256 cellar: :any_skip_relocation, x86_64_linux: "536e45ff436e49d8604a1aebbd51cd3d4bdafbeb543b05af659d93da601a30a9" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "797e297714c252a065978c49a89f01ebfc6c1752e53e02471655259fe247d88e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "797e297714c252a065978c49a89f01ebfc6c1752e53e02471655259fe247d88e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "797e297714c252a065978c49a89f01ebfc6c1752e53e02471655259fe247d88e" + sha256 cellar: :any_skip_relocation, sonoma: "352cd36a00bd951afd2daa050b61e26152f45f8b6c6c1e10962b8647feb9d147" + sha256 cellar: :any_skip_relocation, ventura: "352cd36a00bd951afd2daa050b61e26152f45f8b6c6c1e10962b8647feb9d147" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2e54d534f58e5b89b4e4d80f0f621b736704de48121ae6ed599d059e037a64f2" end depends_on "go" => :build