Skip to content

Commit

Permalink
Updating lefthook to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jan 10, 2025
1 parent 1c799ac commit f4473de
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.10.1/lefthook.artifactbundle.zip",
checksum: "959ac85608214764a9b3c6c8087e956fcc5badfe3a149721d581903f8969b129"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.10.2/lefthook.artifactbundle.zip",
checksum: "c5a1854a294c36733d36f31b8546594ed954127f370996fc3d99e78a5df6d60e"
),
],
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.10.1"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.10.2"),
],
targets: [
.executableTarget(name: "YourTargetName")
Expand Down

0 comments on commit f4473de

Please sign in to comment.