We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72d03c commit 8c945deCopy full SHA for 8c945de
Package.swift
@@ -239,8 +239,8 @@ let package = Package(
239
package.targets.append(
240
.binaryTarget(
241
name: "SwiftLintBinary",
242
- url: "https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip",
243
- checksum: "3047357eee0838a0bafc7a6e65cd1aad61734b30d7233e28f3434149fe02f522"
+ url: "https://github.com/realm/SwiftLint/releases/download/0.63.0-rc.2/SwiftLintBinary.artifactbundle.zip",
+ checksum: "396d5b609bf6ffc3e4d68b5279999c111dc3344a3a7e7b9b099243eaf46f1307"
244
)
245
246
#endif
0 commit comments