Skip to content

Commit

Permalink
Update SwiftLintBinary to 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong committed Jan 10, 2024
1 parent 0a81fcd commit c1a37c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LunarBarTools/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.53.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "03416a4f75f023e10f9a76945806ddfe70ca06129b895455cc773c5c7d86b73e"
url: "https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "963121d6babf2bf5fd66a21ac9297e86d855cbc9d28322790646b88dceca00f1"
),
.plugin(
name: "SwiftLint",
Expand Down

0 comments on commit c1a37c0

Please sign in to comment.