Skip to content

Commit

Permalink
Updating lefthook to 1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Aug 17, 2024
1 parent 61d1d32 commit b96d3ad
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.7.13/lefthook.artifactbundle.zip",
checksum: "ff3cfdb0b0fd32fa3f3d3038c927a6ef9a1bea37012a248e287390e2238ef43e"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.7.14/lefthook.artifactbundle.zip",
checksum: "9009cf6aedf6d5477f7d70d0f1966ee33ec591ab2ceca6136c62725f22ccadb9"
),
],
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.7.13"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.7.14"),
],
targets: [
.executableTarget(name: "YourTargetName")
Expand Down

0 comments on commit b96d3ad

Please sign in to comment.