Skip to content

Commit

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

0 comments on commit b1ea863

Please sign in to comment.