diff options
author | Andrey Novikov | 2022-11-01 19:48:10 +0900 |
---|---|---|
committer | Andrey Novikov | 2022-11-01 19:48:10 +0900 |
commit | 5973c011eefc860187ead235e82de4c233aa7eeb (patch) | |
tree | b6332f495f109b3f70c7f35d8f21fd9ff9b84544 | |
parent | e1e40f59d556283bbe93863d85e1c015dcf9b279 (diff) | |
download | aur-5973c011eefc860187ead235e82de4c233aa7eeb.tar.gz |
Upgrade lefthook to 1.1.4
See https://github.com/evilmartians/lefthook/releases/tag/v1.1.4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = lefthook pkgdesc = git hooks manager - pkgver = 1.1.3 + pkgver = 1.1.4 pkgrel = 1 url = https://github.com/evilmartians/lefthook arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = lefthook license = MIT makedepends = go makedepends = rsync - source = https://github.com/evilmartians/lefthook/archive/v1.1.3.tar.gz - sha256sums = ba1345c88b1e62931ae0d410dd908ca53c39531459db23c1312f5ffd947316ae + source = https://github.com/evilmartians/lefthook/archive/v1.1.4.tar.gz + sha256sums = 7e272eaceeb80bc5efb1504dcc47072d0137dad9b2f3db75b1d672ddb6dd737d pkgname = lefthook @@ -2,14 +2,14 @@ pkgname=lefthook pkgdesc="git hooks manager" -pkgver=1.1.3 +pkgver=1.1.4 pkgrel=1 arch=('x86_64' 'aarch64') url="https://github.com/evilmartians/lefthook" license=('MIT') makedepends=('go' 'rsync') source=("https://github.com/evilmartians/lefthook/archive/v${pkgver}.tar.gz") -sha256sums=('ba1345c88b1e62931ae0d410dd908ca53c39531459db23c1312f5ffd947316ae') +sha256sums=('7e272eaceeb80bc5efb1504dcc47072d0137dad9b2f3db75b1d672ddb6dd737d') build() { cd "$pkgname-$pkgver" |