upgpkg: trufflehog-bin 3.90.3-1

upstream release
This commit is contained in:
Kirill Isakov 2025-08-04 19:09:52 +05:00
parent 41f85e4851
commit de7dc53db4
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.2
pkgver = 3.90.3
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.2/examples/generic.yml
source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.90.2/examples/generic_with_filters.yml
source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.90.3/examples/generic.yml
source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.90.3/examples/generic_with_filters.yml
sha256sums = 37e56a67543eea634967c9516831c823967fb2e2cbfedc036be25648f5d696d2
sha256sums = f01a5a32d359e07a30b56df2b8c5b303e398d9801c1c4e775c09912b42ca74e7
source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.2/trufflehog_3.90.2_linux_amd64.tar.gz
sha256sums_x86_64 = a69c58b3ecc0df79fcfeb6d252362d272043dd0394c5cc67a262be8044919c20
source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.2/trufflehog_3.90.2_linux_arm64.tar.gz
sha256sums_aarch64 = 98ea0c681c986e7cca5dca7278fcaefa1a4cd6d9a703753c979458649da0f176
source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.3/trufflehog_3.90.3_linux_amd64.tar.gz
sha256sums_x86_64 = acb9ca4c79b0f6cd2d05e625fc67f5ae9c05a74e3158590345b191e9f414d81e
source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.90.3/trufflehog_3.90.3_linux_arm64.tar.gz
sha256sums_aarch64 = 3ece3f5ea40f930c0555da0c9ddd055ead5a79856c4f920544cb5e828ae7a351
pkgname = trufflehog-bin

View file

@ -1,7 +1,7 @@
# Maintainer: tarball <bootctl@gmail.com>
pkgname=trufflehog-bin
pkgver=3.90.2
pkgver=3.90.3
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=('a69c58b3ecc0df79fcfeb6d252362d272043dd0394c5cc67a262be8044919c20')
sha256sums_aarch64=('98ea0c681c986e7cca5dca7278fcaefa1a4cd6d9a703753c979458649da0f176')
sha256sums_x86_64=('acb9ca4c79b0f6cd2d05e625fc67f5ae9c05a74e3158590345b191e9f414d81e')
sha256sums_aarch64=('3ece3f5ea40f930c0555da0c9ddd055ead5a79856c4f920544cb5e828ae7a351')
package() {
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"