summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-12-03 14:46:46 +0000
committerimlonghao2020-12-03 14:46:46 +0000
commit9f160049ae3a76a8703e58c7c765477e58feb97c (patch)
treee76726f460ce61ffa09ff96a401754f7fb836d5f
parent2ad03c61cb86639fd19962279f362695d1090f85 (diff)
downloadaur-9f160049ae3a76a8703e58c7c765477e58feb97c.tar.gz
New version 7.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86372d7d9301..9f1451f686ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 6.2.0
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/zricethezav/gitleaks
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = gitleaks
license = MIT
makedepends = go
depends = glibc
- source = https://github.com/zricethezav/gitleaks/archive/v6.2.0/gitleaks-v6.2.0.tar.gz
- sha256sums = 7f2d96baba62325e208d11ff34f4bcf349be702f76dbf23faabb6e880e7f9665
+ source = https://github.com/zricethezav/gitleaks/archive/v7.0.0/gitleaks-v7.0.0.tar.gz
+ sha256sums = c55e5a44bd3a70fa2ce19943f348e656cfc83c451d20f6e1d6775545fdf00b6a
pkgname = gitleaks
diff --git a/PKGBUILD b/PKGBUILD
index 74ab1340d8ad..e191b2b9c0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=6.2.0
+pkgver=7.0.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=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('7f2d96baba62325e208d11ff34f4bcf349be702f76dbf23faabb6e880e7f9665')
+sha256sums=('c55e5a44bd3a70fa2ce19943f348e656cfc83c451d20f6e1d6775545fdf00b6a')
build() {
cd "$pkgname-$pkgver"