summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2021-11-26 13:48:57 +0000
committerimlonghao2021-11-26 13:48:57 +0000
commit814003040adf99c1d2d905912076b99aa0635ca5 (patch)
tree74d3f1105ccba3d59da08f7dd8e5b31f9a69b804 /PKGBUILD
parentef1f07301e13021cc19b19258efcd9fe334dedba (diff)
downloadaur-814003040adf99c1d2d905912076b99aa0635ca5.tar.gz
New version 8.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce0cfbf3b2c2..ef331b77342b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel M. Capella <polycitizen@gmail.com>
pkgname=gitleaks
-pkgver=7.6.1
+pkgver=8.0.4
pkgrel=1
pkgdesc='Audit Git repos for secrets and keys'
url=https://github.com/zricethezav/gitleaks
@@ -10,8 +10,8 @@ arch=('x86_64' 'i686')
license=('MIT')
depends=('glibc')
makedepends=('go')
-source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-b2sums=('7a9080917d35a681fad3c2030274aa00f8392efa583d189a66ef7992fd729cec0d269431dcd03f9db4617a0441f0a94f2c24394a46c7f2a64b776709693e9244')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
+b2sums=('b26d29c7dd370d4ea988f605556123184c8b571df2966790c836b9ecd795506ef884c3f0be5d863a2e15a7a13e9ecef6609c77bc9a54f8297c1b74c622b95276')
build() {
cd "$pkgname-$pkgver"