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 09c8e9460adb..e7370be9e32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lefthook
pkgdesc="git hooks manager"
-pkgver=0.5.0
+pkgver=0.5.2
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/Arkweid/lefthook"
license=('MIT')
makedepends=('go' 'rsync')
source=("https://github.com/Arkweid/lefthook/archive/v${pkgver}.tar.gz")
-sha256sums=('e477b8a6288dace02063c5d99cf496daba4278a535c7ca7585a5a7f26124dceb')
+sha256sums=('d8c2e01e4e7ea4578111074650692d615b4d9af23b64b201f84f37a7db1ae160')
build() {
cd "$pkgname-$pkgver"