hashworks pushed to branch main at Arch Linux / Packaging / Packages / gitleaks
Commits:
b2005175 by Justin Kromlinger at 2024-09-26T16:23:02+02:00
upgpkg: 8.19.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 8.18.4
+ pkgver = 8.19.3
pkgrel = 1
url = https://github.com/gitleaks/gitleaks
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gitleaks
makedepends = go
depends = glibc
replaces = gitleaks-bin
- source =
gitleaks-8.18.4.tar.gz::https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.18.4.tar.gz
- b2sums =
dc1b138d5a060ad8aadba458deada3e1c941ee87103973af326f370152feabe350251bec4d4b7fb31e0af61714dd33db7430b2dd977f69477f453869cd728c84
+ source =
gitleaks-8.19.3.tar.gz::https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.19.3.tar.gz
+ b2sums =
d5682c3c7b6929e9bd8301798be8a0e15471b52a2adef6b2860c046f29c9c333e2cd1f40e2fe48ba4efc3003b4e2c8539e8dc75dce2c0b6f77f1770b2619886f
pkgname = gitleaks
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Daniel M. Capella <[email protected]>
pkgname=gitleaks
-pkgver=8.18.4
+pkgver=8.19.3
pkgrel=1
pkgdesc='Audit Git repos for secrets and keys'
url=https://github.com/gitleaks/gitleaks
@@ -14,7 +14,7 @@ depends=('glibc')
makedepends=('go')
checkdepends=('git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('dc1b138d5a060ad8aadba458deada3e1c941ee87103973af326f370152feabe350251bec4d4b7fb31e0af61714dd33db7430b2dd977f69477f453869cd728c84')
+b2sums=('d5682c3c7b6929e9bd8301798be8a0e15471b52a2adef6b2860c046f29c9c333e2cd1f40e2fe48ba4efc3003b4e2c8539e8dc75dce2c0b6f77f1770b2619886f')
build() {
cd "${pkgname}-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitleaks/-/commit/b200517558bfbf0d597e94aa520ef2b2132360d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitleaks/-/commit/b200517558bfbf0d597e94aa520ef2b2132360d2
You're receiving this email because of your account on gitlab.archlinux.org.