Skip to content

Commit fac0c3d

Browse files
committed
Fix binary target URL and version
1 parent 1371fb3 commit fac0c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ let package = Package(
3333
),
3434
.binaryTarget(
3535
name: "SwiftLintBinary",
36-
url: "https://github.com/realm/SwiftLint/releases/download/0.58.0-rc.1/SwiftLintBinary-macos.artifactbundle.zip",
37-
checksum: "a9a9b4f94c4e0c65eda72c03c7e10d8105b0a50cbde18d375dab9b6e4fd9c052"
36+
url: "https://github.com/realm/SwiftLint/releases/download/0.58.0/SwiftLintBinary.artifactbundle.zip",
37+
checksum: "a9a9b4f94c4e0c65eda72c03c7e10d8105b0a50cbde18d375dab9b6e4fd9c052"
3838
)
3939
]
4040
)

0 commit comments

Comments
 (0)