aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e85aa315e47..f0e04d0eb3fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lefthook
pkgdesc="git hooks manager"
-pkgver=1.6.7
+pkgver=1.6.8
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/evilmartians/lefthook"
license=('MIT')
makedepends=('go>=1.21' 'rsync')
source=("https://github.com/evilmartians/lefthook/archive/v${pkgver}.tar.gz")
-sha256sums=('7d7400c1962616639b4ab33f2eebc5920c274fb69a2f4c848b17681a85bf571c')
+sha256sums=('2d85d4b0af83f90ba60c901fd5e1f100a864e7b958954c8c0649ceafc338a1df')
build() {
cd "$pkgname-$pkgver"