Skip to content

Commit

Permalink
Merge pull request #11 from lukepistrol/update-swiftlint-binary
Browse files Browse the repository at this point in the history
update swiftlint to 0.52.2
  • Loading branch information
lukepistrol authored May 12, 2023
2 parents 0503293 + bfaf669 commit d3ec7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.52.1/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "bb4875e7a0a80b4799211f2eb35d4a81a9d4fc9175f06be4479a680d76ddf29c"
url: "https://github.com/realm/SwiftLint/releases/download/0.52.2/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "89651e1c87fb62faf076ef785a5b1af7f43570b2b74c6773526e0d5114e0578e"
),

.plugin(
Expand Down

0 comments on commit d3ec7fb

Please sign in to comment.