summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f1451f686ba..53a075e29e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 7.0.0
+ pkgver = 7.0.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/v7.0.0/gitleaks-v7.0.0.tar.gz
- sha256sums = c55e5a44bd3a70fa2ce19943f348e656cfc83c451d20f6e1d6775545fdf00b6a
+ source = https://github.com/zricethezav/gitleaks/archive/v7.0.1/gitleaks-v7.0.1.tar.gz
+ sha256sums = 4213eb282cc08fc88781d7cd933cdb48449b75a19e8634b5e4e68b035ddaed47
pkgname = gitleaks
diff --git a/PKGBUILD b/PKGBUILD
index e191b2b9c0a2..a2a912f23c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=7.0.0
+pkgver=7.0.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=('c55e5a44bd3a70fa2ce19943f348e656cfc83c451d20f6e1d6775545fdf00b6a')
+sha256sums=('4213eb282cc08fc88781d7cd933cdb48449b75a19e8634b5e4e68b035ddaed47')
build() {
cd "$pkgname-$pkgver"