summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2022-02-23 14:24:20 +0000
committerimlonghao2022-02-23 14:24:20 +0000
commit7374865e96f0a0f8d35c92b6bdbd6ca2993bf795 (patch)
tree3f9f0de0c90922837ddf855fe4c88bf3249778b6 /PKGBUILD
parentab05be61569d8a629b2febfbac295ca0fa00e4c0 (diff)
downloadaur-7374865e96f0a0f8d35c92b6bdbd6ca2993bf795.tar.gz
New version 8.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a344067de7d..03e01f6fee4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=8.2.7
+pkgver=8.3.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=('afcbf30a79c8d77032bc8f081e10cab5501da93aeb634a085a5306a5fef2719bbb5f2339660cf7e33c4d28c08a9e08b887bdf5d3e0994130c224ac6357f9939a')
+b2sums=('f10a1ec5d1976290bc3857521d542b4d451fb8cd45da8f9d663886add6171ae96c9f17a0f6640ff60c4d333d48320dcaef5851748001332668d8c783b2b2b2d6')
build() {
cd "$pkgname-$pkgver"