We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71396cc commit 9120756Copy full SHA for 9120756
Package.swift
@@ -240,8 +240,8 @@ let package = Package(
240
package.targets.append(
241
.binaryTarget(
242
name: "SwiftLintBinary",
243
- url: "https://github.com/realm/SwiftLint/releases/download/0.63.0/SwiftLintBinary.artifactbundle.zip",
244
- checksum: "b51ca39ffe2331fe0337f9267d4b0dea2c182791a2fd0f3b961d7cbfb6d488d7"
+ url: "https://github.com/realm/SwiftLint/releases/download/0.63.1/SwiftLintBinary.artifactbundle.zip",
+ checksum: "bcf27be3bd708d45f3f17ad497b48b2fa0302eaec15f4fbfd35cf01f126fc099"
245
)
246
247
#endif
0 commit comments