upgpkg: trufflehog-bin 3.90.5-1

upstream release
This commit is contained in:
Kirill Isakov 2025-08-16 01:41:06 +05:00
parent 90d7b3654d
commit adac3e3b7a
2 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
# Maintainer: tarball <bootctl@gmail.com>
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/"