summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2023-03-26 10:09:36 +0000
committerimlonghao2023-03-26 10:09:36 +0000
commit6da7c5d90d64f86591cb73af85e629ea3fc31e5c (patch)
tree2c87f6f475743e4e87df52e429dbb4de1041c0c8
parent7b57e4e59ff031cb7103357b1c12eb2952f5bb12 (diff)
downloadaur-6da7c5d90d64f86591cb73af85e629ea3fc31e5c.tar.gz
New version 8.16.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67ef9f5c699a..4d73bd5a3be7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 8.16.0
+ pkgver = 8.16.1
pkgrel = 1
- url = https://github.com/zricethezav/gitleaks
+ url = https://github.com/gitleaks/gitleaks
arch = x86_64
arch = i686
license = MIT
makedepends = go
depends = glibc
- source = gitleaks-8.16.0.tar.gz::https://github.com/zricethezav/gitleaks/archive/refs/tags/v8.16.0.tar.gz
- b2sums = c32c4dfe9c32b7ae822d941e18c8d122c9614711e77aed8921d02e330d76ed886781af7cca77d967e886196321ad2aab44666e7bef2fc37b4b61bd71a625df81
+ source = gitleaks-8.16.1.tar.gz::https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.16.1.tar.gz
+ b2sums = 75c537852faf45d01bb36a05d89f5d0a86cac8ec77ea8d682e6bf5323606a4cfbba43e26f6d78604a06458c97ad728379a0e9fad44003195dd7db1906cbf1d5f
pkgname = gitleaks
diff --git a/PKGBUILD b/PKGBUILD
index 236ce54f34f8..ecdcd8ae57de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=8.16.0
+pkgver=8.16.1
pkgrel=1
pkgdesc='Audit Git repos for secrets and keys'
-url=https://github.com/zricethezav/gitleaks
+url=https://github.com/gitleaks/gitleaks
arch=('x86_64' 'i686')
license=('MIT')
depends=('glibc')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('c32c4dfe9c32b7ae822d941e18c8d122c9614711e77aed8921d02e330d76ed886781af7cca77d967e886196321ad2aab44666e7bef2fc37b4b61bd71a625df81')
+b2sums=('75c537852faf45d01bb36a05d89f5d0a86cac8ec77ea8d682e6bf5323606a4cfbba43e26f6d78604a06458c97ad728379a0e9fad44003195dd7db1906cbf1d5f')
build() {
cd "$pkgname-$pkgver"