summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2022-09-05 02:02:11 +0000
committerimlonghao2022-09-05 02:02:11 +0000
commit1bc49c84a3c24751eb11a9dda71def8230a9f251 (patch)
treea537261cee3d461c6c91454a3626f04b11310933 /PKGBUILD
parent8fd4ef5d30fa4a3bf408f76f3a20843f8ee2dccf (diff)
downloadaur-1bc49c84a3c24751eb11a9dda71def8230a9f251.tar.gz
new version 8.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21defae8d7f9..7b5587a389ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=8.11.0
+pkgver=8.12.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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('5804fff329b125433a561e6696d66584379b571806d1a8ab938052af5f720f344029b8662ca67e1cbc16b4c862e0acb1e507d57ac1a422ae170cb8b45a0760b1')
+b2sums=('fbb1f0d79a2a5bd54634ea79dfe441b4eb83dafc3bfdbf5375a6165e87da1eb5567435f677891abc1d7088e44790b5ecfd2533b0117c2d63403be503094394af')
build() {
cd "$pkgname-$pkgver"