hashworks pushed to branch main at Arch Linux / Packaging / Packages / gitleaks
Commits: 5b4e1d3d by Justin Kromlinger at 2025-02-20T11:58:40+01:00 upgpkg: 8.24.0-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.3 + pkgver = 8.24.0 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.3.tar.gz::https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.23.3.tar.gz - b2sums = 48a93d7e59a48ba6ea952160386bb65503bf04adcfd5ff59d3a7a0f7cb25819aeed9313ae0d4b9ce0b4f5186118a4b14d59f68cf670f1c90a8f8d5a3c14d92b0 + source = gitleaks-8.24.0.tar.gz::https://github.com/gitleaks/gitleaks/archive/refs/tags/v8.24.0.tar.gz + b2sums = e5412ce497faca611e33b13f968be892a5d4f7e71b065b048ac7d0c5900bf4fb6f3bc24876c5a59fcb367f89a98baa846af895508b005d2d8702124ab28645bf pkgname = gitleaks ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Daniel M. Capella <polyciti...@gmail.com> pkgname=gitleaks -pkgver=8.23.3 +pkgver=8.24.0 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=('48a93d7e59a48ba6ea952160386bb65503bf04adcfd5ff59d3a7a0f7cb25819aeed9313ae0d4b9ce0b4f5186118a4b14d59f68cf670f1c90a8f8d5a3c14d92b0') +b2sums=('e5412ce497faca611e33b13f968be892a5d4f7e71b065b048ac7d0c5900bf4fb6f3bc24876c5a59fcb367f89a98baa846af895508b005d2d8702124ab28645bf') build() { cd "${pkgname}-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitleaks/-/commit/5b4e1d3d9f3e13196f85c0c47c016d9e41d14180 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitleaks/-/commit/5b4e1d3d9f3e13196f85c0c47c016d9e41d14180 You're receiving this email because of your account on gitlab.archlinux.org.