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 5c4a84118a63..8838a26bceba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lefthook
pkgdesc="git hooks manager"
-pkgver=0.5.3
+pkgver=0.5.4
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=('26eaf2af1c4fe79231c734c9ed670b164ed79e42244e36a370b8f94e17045cec')
+sha256sums=('f4650a6b4c8292a5dd852cf6fd7c1f313212e184892ccfa3da2fa7098c4c543b')
build() {
cd "$pkgname-$pkgver"