summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2020-02-28 14:50:59 +0000
committerimlonghao2020-02-28 14:50:59 +0000
commitb8968fc3c02716c90b29a9f1a1773eefe5f7861c (patch)
tree029a3e4bed06ac2bb3edf1c98f55351b2e986c2f /PKGBUILD
parentb3cfd7a08cd852859f223c208e5ddd32e4cd1afe (diff)
downloadaur-b8968fc3c02716c90b29a9f1a1773eefe5f7861c.tar.gz
New version 4.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3fb531257ed..3e68d9b5d894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=3.3.0
+pkgver=4.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-pie')
source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('03f3484bc781a6d63486e763f30be421a313893c78b6f84137ea05319cda8c96')
+sha256sums=('4bdbfa641afa9b9a55806dbd679add832f1b12f936623da6bba81addda5f7c6b')
build() {
cd "$pkgname-$pkgver"