Skip to content

Commit

Permalink
update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj committed May 14, 2024
1 parent fd491a0 commit 001bfeb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "package-generator-cli",
url: "https://github.com/mackoj/PackageGeneratorCLI/releases/download/0.5.1/package-generator-cli-arm64-apple-macosx.artifactbundle.zip",
checksum: "758615aeda296df2870341b311eaac5deb518a2f9a2e1c438520901f96d0fa74"
url: "https://github.com/mackoj/PackageGeneratorCLI/releases/download/0.5.2/package-generator-cli-arm64-apple-macosx.artifactbundle.zip",
checksum: "b374072f0c4ce56761be1cc00469b14f8c415e06758bb82f8485b17768f06b0f"
),
// .binaryTarget(
// name: "package-generator-cli",
// path: "../PackageGeneratorCLI/package-generator-cli-arm64-apple-macosx.artifactbundle.zip"
// ),
// .binaryTarget(
// name: "package-generator-cli",
// path: "../PackageGeneratorCLI/package-generator-cli-arm64-apple-macosx.artifactbundle.zip"
// ),
.plugin(
name: "Package Generator",
capability: .command(
Expand Down

0 comments on commit 001bfeb

Please sign in to comment.