diff --git a/.SRCINFO b/.SRCINFO index 433c5a28366b..9302f84c9c1f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = trufflehog-bin pkgdesc = Find, verify, and analyze leaked credentials - pkgver = 3.88.29 + pkgver = 3.88.30 pkgrel = 1 url = https://github.com/trufflesecurity/trufflehog arch = x86_64 @@ -8,13 +8,13 @@ pkgbase = trufflehog-bin license = AGPL-3.0-only provides = trufflehog conflicts = trufflehog - source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.88.29/examples/generic.yml - source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.88.29/examples/generic_with_filters.yml + source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.88.30/examples/generic.yml + source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.88.30/examples/generic_with_filters.yml sha256sums = 37e56a67543eea634967c9516831c823967fb2e2cbfedc036be25648f5d696d2 sha256sums = f01a5a32d359e07a30b56df2b8c5b303e398d9801c1c4e775c09912b42ca74e7 - source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.88.29/trufflehog_3.88.29_linux_amd64.tar.gz - sha256sums_x86_64 = 11f3dc48ef1e2bea64b4bcc56324b0f2bae6bc424da77f70f4cd6d4180a9685b - source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.88.29/trufflehog_3.88.29_linux_arm64.tar.gz - sha256sums_aarch64 = ef4885cd72f8757582d260137432ca1e8a29305919d1fcfe32309a6f40a23883 + source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.88.30/trufflehog_3.88.30_linux_amd64.tar.gz + sha256sums_x86_64 = c02724c02fca594819a6d665c31e599025d343cf626c12fca4e3aa5f693307de + source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.88.30/trufflehog_3.88.30_linux_arm64.tar.gz + sha256sums_aarch64 = 6f5fd7b1a7147f669c60633b819b747c168b84b957055a06eadeca64694c1473 pkgname = trufflehog-bin diff --git a/PKGBUILD b/PKGBUILD index feded2810f11..56ff66b8b85e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: tarball pkgname=trufflehog-bin -pkgver=3.88.29 +pkgver=3.88.30 pkgrel=1 pkgdesc='Find, verify, and analyze leaked credentials' url='https://github.com/trufflesecurity/trufflehog' @@ -20,8 +20,8 @@ source_aarch64=("$url/releases/download/v$pkgver/trufflehog_${pkgver}_linux_arm6 sha256sums=('37e56a67543eea634967c9516831c823967fb2e2cbfedc036be25648f5d696d2' 'f01a5a32d359e07a30b56df2b8c5b303e398d9801c1c4e775c09912b42ca74e7') -sha256sums_x86_64=('11f3dc48ef1e2bea64b4bcc56324b0f2bae6bc424da77f70f4cd6d4180a9685b') -sha256sums_aarch64=('ef4885cd72f8757582d260137432ca1e8a29305919d1fcfe32309a6f40a23883') +sha256sums_x86_64=('c02724c02fca594819a6d665c31e599025d343cf626c12fca4e3aa5f693307de') +sha256sums_aarch64=('6f5fd7b1a7147f669c60633b819b747c168b84b957055a06eadeca64694c1473') package() { install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"