aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-actions[bot]2025-01-20 07:35:22 +0000
committergithub-actions[bot]2025-01-20 07:35:22 +0000
commitc2505c6ec908f0437dd6a57880f400c120b8715c (patch)
tree0af3ffc987fb3becfebe13707fd53f8d84a79d85 /PKGBUILD
parent19f5e4baece2e29192887e9412ba98b43f48c7b4 (diff)
downloadaur-c2505c6ec908f0437dd6a57880f400c120b8715c.tar.gz
release v1.10.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a4b74788853..10cccef46c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lefthook
pkgdesc="Git hooks manager"
-pkgver=1.10.8
+pkgver=1.10.9
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/evilmartians/lefthook"
license=('MIT')
makedepends=('go>=1.23')
source=("https://github.com/evilmartians/lefthook/archive/v${pkgver}.tar.gz")
-sha256sums=('ddfe233a26880db276beb8843388fe9c4867e24ccbd13c3bf73a777968c8ffe0')
+sha256sums=('d98b5b93f40ef72facb67c2ec119dfcd5dfc4eb49f7c081ab7a333508bd45e08')
build() {
cd "$pkgname-$pkgver"