From 3e9ee38728af4f9a392f1237d3edd3e97f6b22b3 Mon Sep 17 00:00:00 2001 From: Sha Sha Chu Date: Tue, 5 Nov 2024 08:45:17 -0800 Subject: [PATCH 1/2] ktlint 1.4.1 Created by https://github.com/mislav/bump-homebrew-formula-action --- Formula/k/ktlint.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/ktlint.rb b/Formula/k/ktlint.rb index 337b6f0545eb0..619b23404c922 100644 --- a/Formula/k/ktlint.rb +++ b/Formula/k/ktlint.rb @@ -1,8 +1,8 @@ class Ktlint < Formula desc "Anti-bikeshedding Kotlin linter with built-in formatter" homepage "https://ktlint.github.io/" - url "https://github.com/pinterest/ktlint/releases/download/1.4.0/ktlint-1.4.0.zip" - sha256 "2b0ac5e1eb030627e4c8b634c3a99cc967e483b0e98da7ad05b3ebf399c42684" + url "https://github.com/pinterest/ktlint/releases/download/1.4.1/ktlint-1.4.1.zip" + sha256 "16e00d9bfdb5bd86428d75dc9d6901784eac98fd8203e46479ad7c937c2c1afd" license "MIT" bottle do From 24ec004da6a034293c034ae992acedca3f64a7cb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:01:03 +0000 Subject: [PATCH 2/2] ktlint: update 1.4.1 bottle. --- Formula/k/ktlint.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/k/ktlint.rb b/Formula/k/ktlint.rb index 619b23404c922..897ea24398cf3 100644 --- a/Formula/k/ktlint.rb +++ b/Formula/k/ktlint.rb @@ -6,8 +6,7 @@ class Ktlint < Formula license "MIT" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "700f4134ab785ca91b68faf1ba45233a4d1bf80cbfb31d1438d2f808ea5167dd" + sha256 cellar: :any_skip_relocation, all: "d16096d04e8befb57027f07d5e4f5ee9996cb25acbcea705d18af1e592d9b018" end depends_on "openjdk"