We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1371fb3 commit fac0c3dCopy full SHA for fac0c3d
Package.swift
@@ -33,8 +33,8 @@ let package = Package(
33
),
34
.binaryTarget(
35
name: "SwiftLintBinary",
36
- url: "https://github.com/realm/SwiftLint/releases/download/0.58.0-rc.1/SwiftLintBinary-macos.artifactbundle.zip",
37
- checksum: "a9a9b4f94c4e0c65eda72c03c7e10d8105b0a50cbde18d375dab9b6e4fd9c052"
+ url: "https://github.com/realm/SwiftLint/releases/download/0.58.0/SwiftLintBinary.artifactbundle.zip",
+ checksum: "a9a9b4f94c4e0c65eda72c03c7e10d8105b0a50cbde18d375dab9b6e4fd9c052"
38
)
39
]
40
0 commit comments