summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2020-04-06 02:24:57 +0000
committerimlonghao2020-04-06 02:24:57 +0000
commit7c9bc93df5df8069bcf1ecbd22002317f002cfdf (patch)
tree9859038882939373b54f5ae0849786d3ba1e8d08 /PKGBUILD
parentfc6627bddcd59fd5fa829b5cf7bf33ab32372dca (diff)
downloadaur-7c9bc93df5df8069bcf1ecbd22002317f002cfdf.tar.gz
New version 4.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d81b96af6d24..e6a638e66b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Hao Long <aur@esd.cc>
+# Maintainer: Hao Long <imlonghao@archlinuxcn.org>
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=4.1.0
+pkgver=4.1.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=('477d02a367f36396b4df97f463b8f81db37160570233d231def52ecabd4a9dd4')
+sha256sums=('dd50e5e68813990dcaba23564a0481f09550e3e80402ac0e4689685b7b8c46a4')
build() {
cd "$pkgname-$pkgver"