hashworks pushed to branch main at Arch Linux / Packaging / Packages / gitleaks
Commits:
ee8583e4 by Justin Kromlinger at 2025-01-15T15:30:50+01:00
upgpkg: 8.23.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gitleaks
pkgdesc = Audit Git repos for secrets and keys
- pkgver = 8.23.0
+ pkgver = 8.23.1
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.23.0.tar.gz::https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.23.0.tar.gz
- b2sums =
4cc6d586bbcc46511d0e5041eca83a323ef2996ef3778cc2c54df4b1a850b75b0532c4e4d445b3b4447311c9c49587ee6e30f554d0c10b90691ef9f2ba8f90c8
+ source =
gitleaks-8.23.1.tar.gz::https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.23.1.tar.gz
+ b2sums =
570a595a60899cb59b5e4e81d2c453bdae7449e55d7bb4318ac13eb1892bff27154b91cac53e27f9fc6a07f8ee6f2104d80f88b3a6e0ccdaf589756db554d159
pkgname = gitleaks
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Daniel M. Capella <[email protected]>
pkgname=gitleaks
-pkgver=8.23.0
+pkgver=8.23.1
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=('4cc6d586bbcc46511d0e5041eca83a323ef2996ef3778cc2c54df4b1a850b75b0532c4e4d445b3b4447311c9c49587ee6e30f554d0c10b90691ef9f2ba8f90c8')
+b2sums=('570a595a60899cb59b5e4e81d2c453bdae7449e55d7bb4318ac13eb1892bff27154b91cac53e27f9fc6a07f8ee6f2104d80f88b3a6e0ccdaf589756db554d159')
build() {
cd "${pkgname}-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitleaks/-/commit/ee8583e40fb1e7c64bc80b23d44402ef92020205
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitleaks/-/commit/ee8583e40fb1e7c64bc80b23d44402ef92020205
You're receiving this email because of your account on gitlab.archlinux.org.