We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292343c commit cc6fbafCopy full SHA for cc6fbaf
Package.swift
@@ -219,8 +219,8 @@ let package = Package(
219
package.targets.append(
220
.binaryTarget(
221
name: "SwiftLintBinary",
222
- url: "https://github.com/realm/SwiftLint/releases/download/0.60.0/SwiftLintBinary.artifactbundle.zip",
223
- checksum: "90cc717aa527a5b1ce87c99bb9586a3a4dd6aa90bfe4ca8ecb7748e60c4e234e"
+ url: "https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip",
+ checksum: "b765105fa5c5083fbcd35260f037b9f0d70e33992d0a41ba26f5f78a17dc65e7"
224
)
225
226
#endif
0 commit comments