Skip to content

Commit

Permalink
Updating lefthook to 1.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jun 20, 2024
1 parent e10b891 commit 8346e44
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.16/lefthook.artifactbundle.zip",
checksum: "3efc5c25d0a153d91792d7d193c6c8d89d229acbee531d55711e7233f2c66617"
url: "https://github.com/csjones/lefthook-plugin/releases/download/1.6.17/lefthook.artifactbundle.zip",
checksum: "0fb2e458c91a129cd6a5717f64447f2b5f431eccd29e6ab0b5e1e9388ddb5800"
),
],
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.16"),
.package(url: "https://github.com/csjones/lefthook-plugin.git", exact: "1.6.17"),
],
targets: [
.executableTarget(name: "YourTargetName")
Expand Down

0 comments on commit 8346e44

Please sign in to comment.