Fix `Package.swift`

This commit is contained in:
JP Simard 2022-12-09 14:08:08 -05:00
parent ff06e0ed00
commit 4ddeb22b6d
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ let package = Package(
.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.50.2/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430",
checksum: "c5cd5f8ba4cc23615d7f88d90ced68758752aa6f735ff709aee79d9fe62b4430"
)
]
)

View File

@ -11,5 +11,5 @@ sed -i '' \
Package.swift
sed -i '' \
"s/.*checksum.*/ checksum: \"$checksum\",/g" \
"s/.*checksum.*/ checksum: \"$checksum\"/g" \
Package.swift