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 568969551178..b562eba35a95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 4.3.0
+ pkgver = 4.3.1
pkgrel = 1
url = https://github.com/zricethezav/gitleaks
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = gitleaks
license = MIT
makedepends = go-pie
depends = glibc
- source = https://github.com/zricethezav/gitleaks/archive/v4.3.0/gitleaks-v4.3.0.tar.gz
- sha256sums = 4ef9eaef76e14123ecb3e55d3d1b11b35faa5e030935f5764f42a18a25edd3df
+ source = https://github.com/zricethezav/gitleaks/archive/v4.3.1/gitleaks-v4.3.1.tar.gz
+ sha256sums = 0a109362ccc1b773407112c8fa81718c09c861fdefdaa19312316aa4f88ef1e0
pkgname = gitleaks
diff --git a/PKGBUILD b/PKGBUILD
index ee585bbda595..fb7d0dc1a744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=4.3.0
+pkgver=4.3.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-pie')
source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('4ef9eaef76e14123ecb3e55d3d1b11b35faa5e030935f5764f42a18a25edd3df')
+sha256sums=('0a109362ccc1b773407112c8fa81718c09c861fdefdaa19312316aa4f88ef1e0')
build() {
cd "$pkgname-$pkgver"