Skip to content

Commit 5852be7

Browse files
authored
Merge pull request #250702 from Homebrew/bump-cljfmt-0.15.2
cljfmt 0.15.2
2 parents 693d3b5 + fc910a1 commit 5852be7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/cljfmt.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Cljfmt < Formula
22
desc "Formatting Clojure code"
33
homepage "https://github.com/weavejester/cljfmt"
4-
url "https://github.com/weavejester/cljfmt/archive/refs/tags/0.15.1.tar.gz"
5-
sha256 "9c1b265184f6d2906e2a11c156885affc4139adfaeaef1594e57e8b086f0626e"
4+
url "https://github.com/weavejester/cljfmt/archive/refs/tags/0.15.2.tar.gz"
5+
sha256 "6512a9c4e6399b1a21bbcadb1c001599cc00fc0d4b5c28edd19110e8a9c15343"
66
license "EPL-1.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "cad486dc4a52a17e9a603a486b6e2e6d6cc933171ceae1a7469fac38382c444e"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d697ba9d43c1cf513e274146db46e4fdaa764a26907b08c141c78d962f767915"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "932a97d427511f401837dddaf26c2f9c2938cb86cf71ab7b1b980fca6c6949b6"
12-
sha256 cellar: :any_skip_relocation, sonoma: "293612cd7f7e5a87dd33e3eb40737899bcb1cbdf02ac58590a785c44f429ebca"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "8a67c04704546a9fca80ef7a346a972e35679e44be9c804f219afdc99a0491c1"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "759bd00a6ed9dddde60524f40ed9ec91c8f34f61a136113637894bdc57ae4a09"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "15706165e4c5540160750ff74fda9b790f10dca3a0c4860c1142b66a144a5018"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ecc10296a422d52e028d13645bca3ab88a9ac2738e17da9c95f9c2123b9a6525"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f85796c8793e70658329c0f81bd9db2e6ba259abbc8098d1e2366e8d0de18a85"
12+
sha256 cellar: :any_skip_relocation, sonoma: "1a16bb0c9e7a467c664a12ff594c22706d94f4534e1b719740606e9ebe5eee6d"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "25a78fbcedc1d9899bf82cbdc736d90c3f266e479705e16691c966a23d3dcea3"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2cc29da88bead5fe30754a9f8306cfbc6475e19a47922af8c5e79275fa42df5f"
1515
end
1616

1717
depends_on "leiningen" => :build

0 commit comments

Comments
 (0)