Skip to content

Commit

Permalink
Updating lefthook to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 9, 2023
1 parent f8a0bee commit c6fd087
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.1/lefthook.artifactbundle.zip",
checksum: "042634558ed1ee9107e25e100651a0a8acac5f0418c09248b892933679e37d1b"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.5.2/lefthook.artifactbundle.zip",
checksum: "09b962c370fc4819616b596f25661db66f832df83f5a6ee05cf5915a53cce678"
),
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit c6fd087

Please sign in to comment.