diff --git a/.github/autobump.txt b/.github/autobump.txt index e8193adf65c61..132edc88798e8 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 f5de11f87c553..97d9fa59ca776 100644 --- a/Formula/k/keep-sorted.rb +++ b/Formula/k/keep-sorted.rb @@ -1,17 +1,17 @@ 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 - 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