Skip to content

Commit

Permalink
Merge pull request #204634 from Homebrew/bump-keep-sorted-0.6.0
Browse files Browse the repository at this point in the history
keep-sorted 0.6.0
  • Loading branch information
BrewTestBot authored Jan 17, 2025
2 parents 8abcb7f + 12155f5 commit 16d06c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,7 @@ kcgi
kcov
kcptun
kea
keep-sorted
kepubify
kerl
kew
Expand Down
16 changes: 8 additions & 8 deletions Formula/k/keep-sorted.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 16d06c7

Please sign in to comment.