Skip to content

Commit 5daccc1

Browse files
authored
Merge pull request #230050 from shashachu/shasha/ktlint-1.7.0
ktlint 1.7.0
2 parents 1bd306b + a656b82 commit 5daccc1

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,14 +1,14 @@
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.6.0/ktlint-1.6.0.zip"
5-
sha256 "3d7b44230df2a71c17667b59a0d17e2e3658135f29dcfa3e72b6ed5c4d29b34d"
4+
url "https://github.com/pinterest/ktlint/releases/download/1.7.0/ktlint-1.7.0.zip"
5+
sha256 "5ad9e7de901163c9acd990dd694fcde8dd3b7271aeeac89468bac8267726f10d"
66
license "MIT"
77

88
no_autobump! because: :requires_manual_review
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, all: "778789c98fd46753ea4176df0a91970a6739ffe1169de393ef5f03aa894801cf"
11+
sha256 cellar: :any_skip_relocation, all: "26caa0f95757c4b4e2425cfe4d4655e520b55bad6bec7076bcbb5877203b5a61"
1212
end
1313

1414
depends_on "openjdk"

0 commit comments

Comments
 (0)