Skip to content

Commit

Permalink
Updating lefthook to 1.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jul 29, 2024
1 parent 1a03cd4 commit 3d610c6
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.9/lefthook.artifactbundle.zip",
checksum: "b8b07629b2f6884e9989a9c3c88930ecc247e850d55b16b69ea8755677129da5"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.7.11/lefthook.artifactbundle.zip",
checksum: "04d97c3288e27753bcd08861b8b6726432591b895e4f42530990420efa01a70d"
),
],
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.9"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.7.11"),
],
targets: [
.executableTarget(name: "YourTargetName")
Expand Down

0 comments on commit 3d610c6

Please sign in to comment.