summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-09-02 14:18:17 +0200
committerKr1ss2020-09-02 14:18:17 +0200
commit546bc9360a2f82750db168074ef021ff8efc4a10 (patch)
treedca401ea9e430c9cbe8d2089bb77b07333f25718
parentde525a2c95b893006ae863745248edcf185a32a9 (diff)
downloadaur-546bc9360a2f82750db168074ef021ff8efc4a10.tar.gz
New version 6.1.1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4308a35114d..d06dc86bc129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 6.1.0
+ pkgver = 6.1.1
pkgrel = 1
url = https://github.com/zricethezav/gitleaks
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = gitleaks
license = MIT
makedepends = go
depends = glibc
- source = https://github.com/zricethezav/gitleaks/archive/v6.1.0/gitleaks-v6.1.0.tar.gz
- sha256sums = 5b38829329711504ec485199eea113a77fb3686bb0b587beb341ea67026d4872
+ source = https://github.com/zricethezav/gitleaks/archive/v6.1.1/gitleaks-v6.1.1.tar.gz
+ sha256sums = e6c1da674b38a082a7c49c202380148b934eb60229d336a5049efc2ac859385a
pkgname = gitleaks
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"