From d6f3f6cdd3743cc1ea7f6350c1862af39e4d35f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Thu, 16 May 2024 21:45:57 +0200 Subject: [PATCH 1/2] swiftlint 0.55.1 --- Formula/s/swiftlint.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/swiftlint.rb b/Formula/s/swiftlint.rb index 7ffb9841c27bd..cb7d2c9ae06f2 100644 --- a/Formula/s/swiftlint.rb +++ b/Formula/s/swiftlint.rb @@ -2,8 +2,8 @@ class Swiftlint < Formula desc "Tool to enforce Swift style and conventions" homepage "https://github.com/realm/SwiftLint" url "https://github.com/realm/SwiftLint.git", - tag: "0.53.0", - revision: "6d2e58271ebc14c37bf76d7c9f4082cc15bad718" + tag: "0.55.1", + revision: "b515723b16eba33f15c4677ee65f3fef2ce8c255" license "MIT" head "https://github.com/realm/SwiftLint.git", branch: "main" @@ -17,7 +17,7 @@ class Swiftlint < Formula sha256 x86_64_linux: "fbbc56fccfcfcd34564feb7325567e2ff3638d3c609396a5c4aa13311c7b26e0" end - depends_on xcode: ["14.0", :build] + depends_on xcode: ["15.3", :build] depends_on xcode: "8.0" uses_from_macos "swift" From ca2f1d0856ad12618a1133f32db3ef503a211ed4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 16 May 2024 21:42:51 +0000 Subject: [PATCH 2/2] swiftlint: update 0.55.1 bottle. --- Formula/s/swiftlint.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Formula/s/swiftlint.rb b/Formula/s/swiftlint.rb index cb7d2c9ae06f2..00d87487e7d51 100644 --- a/Formula/s/swiftlint.rb +++ b/Formula/s/swiftlint.rb @@ -8,13 +8,9 @@ class Swiftlint < Formula head "https://github.com/realm/SwiftLint.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "240ccda9de55d948d0c635798079074099bfcb73ffda41428900fdc748aeea7b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7b7ceb7896c6833965cc4eac9001255d8adde6c5432045d5a8ab6aea8a9e81d9" - sha256 cellar: :any_skip_relocation, arm64_monterey: "78c2a4c3f4a2f6847b484527b0f0f916da71e3ee29e49890fd44b63fe7b38e26" - sha256 cellar: :any_skip_relocation, sonoma: "abdca78dd8a8bd268053b3be195fe891bb74aef5502ab3a6b871ae0c6bb04540" - sha256 cellar: :any_skip_relocation, ventura: "be711c707bf3b49fa0dd6e2ae576b309aad620f9b56a2c6e7b1ac5cf35cf652a" - sha256 cellar: :any_skip_relocation, monterey: "13487d68a971dbe035019364e19d70641af2a18c06e52925d238685b384a7979" - sha256 x86_64_linux: "fbbc56fccfcfcd34564feb7325567e2ff3638d3c609396a5c4aa13311c7b26e0" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "25a8cbd68645815070428bd121bb38ae6d46d06726dee56fcabc0d578ed8f879" + sha256 cellar: :any_skip_relocation, sonoma: "39c0c24936b847f924034aa405d55db7ac40a875d6b79c632281a0d0ade4ab42" + sha256 x86_64_linux: "551c6e567e00130f816eeef8b08db9013d594216e315957550ed3f8c098984e8" end depends_on xcode: ["15.3", :build]