Skip to content

Commit

Permalink
Updating lefthook to 1.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 30, 2024
1 parent 42f6053 commit 0466154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ let package = Package(
),
.binaryTarget(
name: "lefthook",
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.6.13/lefthook.artifactbundle.zip",
checksum: "66f7c03a8d27cb4c4d4f9b69fc34318ed7fe3a5173386a6b42ce7a6069f1a038"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.6.14/lefthook.artifactbundle.zip",
checksum: "c8ec15e7414e5f5161ac90b6aa9dc6c4e61ccec34090a489bab5eab4beba38a8"
),
],
swiftLanguageVersions: [.v5]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import PackageDescription
let package = Package(
name: "YourPackageName",
dependencies: [
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.13"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.14"),
],
targets: [
.executableTarget(name: "YourTargetName")
Expand Down

0 comments on commit 0466154

Please sign in to comment.