Skip to content

Commit

Permalink
Updating lefthook to 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 11, 2024
1 parent 2510121 commit 348e8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ let package = Package(
// .binaryTarget(name: "lefthook", path: "lefthook.artifactbundle.zip"),
.binaryTarget(
name: "lefthook",
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.6.9/lefthook.artifactbundle.zip",
checksum: "b1f42bc748024cf2a94fd2a8a4461e8e45e9997870e0942739b67d05d00a66a1"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.6.10/lefthook.artifactbundle.zip",
checksum: "4a45b9dda8f045bb720b2acddba83cfd9207b4f9286889097396c525a375a8f3"
),
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 348e8fc

Please sign in to comment.