diff --git a/.SRCINFO b/.SRCINFO index 0fa27f44534d..5b868b2296c0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = trufflehog-bin pkgdesc = Find, verify, and analyze leaked credentials - pkgver = 3.90.4 + pkgver = 3.90.5 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.90.4/examples/generic.yml - source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.90.4/examples/generic_with_filters.yml + source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.90.5/examples/generic.yml + source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.90.5/examples/generic_with_filters.yml sha256sums = 37e56a67543eea634967c9516831c823967fb2e2cbfedc036be25648f5d696d2 sha256sums = f01a5a32d359e07a30b56df2b8c5b303e398d9801c1c4e775c09912b42ca74e7 - source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.4/trufflehog_3.90.4_linux_amd64.tar.gz - sha256sums_x86_64 = c0ba873173a3a923818278b2d6c70e7c8d57c469b7a3e2870d02a816b37562c5 - source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.4/trufflehog_3.90.4_linux_arm64.tar.gz - sha256sums_aarch64 = 5b50779e4ab91535e0d4238417a1e53d15f3f5e0c9397fed9ceef636a37419b3 + source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.5/trufflehog_3.90.5_linux_amd64.tar.gz + sha256sums_x86_64 = dfbba5f4385f3dcafa095b08454e043a3abeb0913d4e0ef005ec61be61af99e0 + source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.5/trufflehog_3.90.5_linux_arm64.tar.gz + sha256sums_aarch64 = 32fe7330689507090e1a948828caa76e7b966950ebf0eef0d4e2ab6983b96496 pkgname = trufflehog-bin diff --git a/PKGBUILD b/PKGBUILD index c2377b4c8287..70290596b775 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: tarball pkgname=trufflehog-bin -pkgver=3.90.4 +pkgver=3.90.5 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=('c0ba873173a3a923818278b2d6c70e7c8d57c469b7a3e2870d02a816b37562c5') -sha256sums_aarch64=('5b50779e4ab91535e0d4238417a1e53d15f3f5e0c9397fed9ceef636a37419b3') +sha256sums_x86_64=('dfbba5f4385f3dcafa095b08454e043a3abeb0913d4e0ef005ec61be61af99e0') +sha256sums_aarch64=('32fe7330689507090e1a948828caa76e7b966950ebf0eef0d4e2ab6983b96496') package() { install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"