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 540c965d0c5e..2b268e1f52c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 7.4.1
+ pkgver = 7.5.0
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.4.1/gitleaks-v7.4.1.tar.gz
- sha256sums = 144f30e83628f81f83181685e4d052f597c2a2ebd03bd15f50d02f2da851f92c
+ source = https://github.com/zricethezav/gitleaks/archive/v7.5.0/gitleaks-v7.5.0.tar.gz
+ sha256sums = 9b06dbec9d1bc220630bb85298158d8a54d4be6f068472a0b3a0cc7a89cdfec7
pkgname = gitleaks
diff --git a/PKGBUILD b/PKGBUILD
index 2a5d7391fa66..da95295cc230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=7.4.1
+pkgver=7.5.0
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=('144f30e83628f81f83181685e4d052f597c2a2ebd03bd15f50d02f2da851f92c')
+sha256sums=('9b06dbec9d1bc220630bb85298158d8a54d4be6f068472a0b3a0cc7a89cdfec7')
build() {
cd "$pkgname-$pkgver"