Skip to content

Commit

Permalink
Updating lefthook to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Dec 1, 2023
1 parent 6e07753 commit e15ad7d
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.5.4/lefthook.artifactbundle.zip",
checksum: "3f9262951c3f973e5d26f5eb52db170a9372223130d5bd4bc8a7a91d491dfc0c"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.5.5/lefthook.artifactbundle.zip",
checksum: "b9ba4c398d2db87b0baded5263c57b16f076d995daa3b48b4483d248ad572c9b"
),
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit e15ad7d

Please sign in to comment.