summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-09-02 14:18:17 +0200
committerKr1ss2020-09-02 14:18:17 +0200
commit546bc9360a2f82750db168074ef021ff8efc4a10 (patch)
treedca401ea9e430c9cbe8d2089bb77b07333f25718 /PKGBUILD
parentde525a2c95b893006ae863745248edcf185a32a9 (diff)
downloadaur-546bc9360a2f82750db168074ef021ff8efc4a10.tar.gz
New version 6.1.1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c80304295968..ab151e3449f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=6.1.0
+pkgver=6.1.1
pkgrel=1
pkgdesc='Audit Git repos for secrets and keys'
url=https://github.com/zricethezav/gitleaks
@@ -11,7 +11,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go')
source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('5b38829329711504ec485199eea113a77fb3686bb0b587beb341ea67026d4872')
+sha256sums=('e6c1da674b38a082a7c49c202380148b934eb60229d336a5049efc2ac859385a')
build() {
cd "$pkgname-$pkgver"