Skip to content

Commit 3e09b60

Browse files
authored
Merge pull request #200081 from shashachu/update-ktlint.rb-1733341089
ktlint 1.5.0
2 parents 29fdeab + 9792d97 commit 3e09b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/k/ktlint.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Ktlint < Formula
22
desc "Anti-bikeshedding Kotlin linter with built-in formatter"
33
homepage "https://ktlint.github.io/"
4-
url "https://github.com/pinterest/ktlint/releases/download/1.4.1/ktlint-1.4.1.zip"
5-
sha256 "16e00d9bfdb5bd86428d75dc9d6901784eac98fd8203e46479ad7c937c2c1afd"
4+
url "https://github.com/pinterest/ktlint/releases/download/1.5.0/ktlint-1.5.0.zip"
5+
sha256 "3958a51ca45a82baf3d03aefd3ea199058d1e170df022b0c47605ef0c9a048e7"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "d16096d04e8befb57027f07d5e4f5ee9996cb25acbcea705d18af1e592d9b018"
9+
sha256 cellar: :any_skip_relocation, all: "362b95a52606c0d580ff4937513417ca9996028ede7204b5869ab6078114786b"
1010
end
1111

1212
depends_on "openjdk"

0 commit comments

Comments
 (0)