aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2019-11-11 11:07:06 +0300
committerAndrey Novikov2019-11-11 11:07:06 +0300
commitf5a46ead4ef4b0b9f589d44d2932680cbf22b14c (patch)
tree0da4cb311642f4dabe8488a231441e2394087eb2
parent39f0018f817bf83dbe994f3a26975f82ee01e9af (diff)
downloadaur-f5a46ead4ef4b0b9f589d44d2932680cbf22b14c.tar.gz
Upgrade lefthook to 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51dad255fda1..dfc01889e528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lefthook
pkgdesc = git hooks manager
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/Arkweid/lefthook
arch = i686
@@ -8,8 +8,8 @@ pkgbase = lefthook
license = MIT
makedepends = go
makedepends = rsync
- source = https://github.com/Arkweid/lefthook/archive/v0.6.3.tar.gz
- sha256sums = c86d9d83d08eab60d672aec21afac250072663bf50296282d920b93c219937c3
+ source = https://github.com/Arkweid/lefthook/archive/v0.6.4.tar.gz
+ sha256sums = afaa41607dffe8289131e734d1725a857cfd230bb833e0ea4b1e8fbc35e732c0
pkgname = lefthook
diff --git a/PKGBUILD b/PKGBUILD
index c8b8f6ea6d4c..1b218472ec81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lefthook
pkgdesc="git hooks manager"
-pkgver=0.6.3
+pkgver=0.6.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=('c86d9d83d08eab60d672aec21afac250072663bf50296282d920b93c219937c3')
+sha256sums=('afaa41607dffe8289131e734d1725a857cfd230bb833e0ea4b1e8fbc35e732c0')
build() {
cd "$pkgname-$pkgver"