Skip to content

Commit

Permalink
Merge pull request #24 from RakuyoKit/feature/official-package
Browse files Browse the repository at this point in the history
Use official package
  • Loading branch information
rakuyoMo authored Apr 17, 2024
2 parents 0a083b2 + 5b47e7a commit 80fb13c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ let package = Package(

.binaryTarget(
name: "SwiftFormat",
url: "https://github.com/calda/SwiftFormat/releases/download/0.54-beta-5/SwiftFormat.artifactbundle.zip",
checksum: "7447986db45a51164d23672c07f971406a4c0589b0c423fcb85e95ed8f8e7e48"
url: "https://github.com/nicklockwood/SwiftFormat/releases/download/0.53.7/SwiftFormat.artifactbundle.zip",
checksum: "7f772d46392f7dd98450dd59bf3d01d5a951b65ff2e294af34b012be351358f3"
),

.binaryTarget(
name: "SwiftLintBinary",
url: "https://github.com/realm/SwiftLint/releases/download/0.53.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "03416a4f75f023e10f9a76945806ddfe70ca06129b895455cc773c5c7d86b73e"
url: "https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLintBinary-macos.artifactbundle.zip",
checksum: "963121d6babf2bf5fd66a21ac9297e86d855cbc9d28322790646b88dceca00f1"
),
]
)

0 comments on commit 80fb13c

Please sign in to comment.