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 8a5086a4327c..2c7a27709b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lefthook
pkgdesc="git hooks manager"
-pkgver=0.5.7
+pkgver=0.6.0
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=('e6f8e238b7e2954c616be68170065ab16a06c911fd09adad272a0cd6f365a7fa')
+sha256sums=('0d148c1952a39a1fb86df380bbdfac2368f90c67c0e2c421013db27c843bc751')
build() {
cd "$pkgname-$pkgver"