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 b35a96e commit 6257924Copy full SHA for 6257924
Package.swift
@@ -205,8 +205,8 @@ let package = Package(
205
package.targets.append(
206
.binaryTarget(
207
name: "SwiftLintBinary",
208
- url: "https://github.com/realm/SwiftLint/releases/download/0.59.0/SwiftLintBinary.artifactbundle.zip",
209
- checksum: "1538db3751a0e588dbad435113b206dd29781a7dd1c38d8091b6d98d6e7f2e85"
+ url: "https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip",
+ checksum: "b9f915a58a818afcc66846740d272d5e73f37baf874e7809ff6f246ea98ad8a2"
210
)
211
212
#endif
0 commit comments