Skip to content

Commit

Permalink
Updating lefthook to 1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 27, 2024
1 parent 2543f71 commit 42f6053
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.12/lefthook.artifactbundle.zip",
checksum: "0ca7b3879423d5c3309689e600ad12a059da85c1bb3c144abb3477a5bf846014"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.6.13/lefthook.artifactbundle.zip",
checksum: "66f7c03a8d27cb4c4d4f9b69fc34318ed7fe3a5173386a6b42ce7a6069f1a038"
),
],
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.12"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.13"),
],
targets: [
.executableTarget(name: "YourTargetName")
Expand Down

0 comments on commit 42f6053

Please sign in to comment.