upgpkg: trufflehog-bin 3.82.11-1

upstream release
This commit is contained in:
Kirill Isakov 2024-10-18 16:31:00 +05:00
parent de77c9328c
commit b4ac43ed72
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = trufflehog-bin
pkgdesc = Find, verify, and analyze leaked credentials
pkgver = 3.82.8
pkgver = 3.82.11
pkgrel = 1
url = https://github.com/trufflesecurity/trufflehog
arch = x86_64
@ -8,11 +8,11 @@ pkgbase = trufflehog-bin
license = AGPL-3.0-only
provides = trufflehog
conflicts = trufflehog
source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.82.8/examples/generic.yml
source = https://raw.githubusercontent.com/trufflesecurity/trufflehog/v3.82.11/examples/generic.yml
sha256sums = 37e56a67543eea634967c9516831c823967fb2e2cbfedc036be25648f5d696d2
source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.82.8/trufflehog_3.82.8_linux_amd64.tar.gz
sha256sums_x86_64 = 84afed37f6515be3251a1d4ad708bb3fb64dda9c0b60a98a2c62cd5c789b3d7a
source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.82.8/trufflehog_3.82.8_linux_arm64.tar.gz
sha256sums_aarch64 = fd91438d1dc8043e8963c28785bff859752357cb0a8b1c23ab2e0e141f2f68c1
source_x86_64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.82.11/trufflehog_3.82.11_linux_amd64.tar.gz
sha256sums_x86_64 = 64c1c3dec3ef8a614da007042ceb9857c098907eaa0fdb4e2f91ce749d7d9462
source_aarch64 = https://github.com/trufflesecurity/trufflehog/releases/download/v3.82.11/trufflehog_3.82.11_linux_arm64.tar.gz
sha256sums_aarch64 = 92eab0c3d3d0785f2e2c1bcd2aaedce4b1dcb9ff665bce1972ef9f58e8d25694
pkgname = trufflehog-bin

View file

@ -1,7 +1,7 @@
# Maintainer: tarball <bootctl@gmail.com>
pkgname=trufflehog-bin
pkgver=3.82.8
pkgver=3.82.11
pkgrel=1
pkgdesc='Find, verify, and analyze leaked credentials'
url='https://github.com/trufflesecurity/trufflehog'
@ -15,8 +15,8 @@ source_x86_64=("$url/releases/download/v$pkgver/trufflehog_${pkgver}_linux_amd64
source_aarch64=("$url/releases/download/v$pkgver/trufflehog_${pkgver}_linux_arm64.tar.gz")
sha256sums=('37e56a67543eea634967c9516831c823967fb2e2cbfedc036be25648f5d696d2')
sha256sums_x86_64=('84afed37f6515be3251a1d4ad708bb3fb64dda9c0b60a98a2c62cd5c789b3d7a')
sha256sums_aarch64=('fd91438d1dc8043e8963c28785bff859752357cb0a8b1c23ab2e0e141f2f68c1')
sha256sums_x86_64=('64c1c3dec3ef8a614da007042ceb9857c098907eaa0fdb4e2f91ce749d7d9462')
sha256sums_aarch64=('92eab0c3d3d0785f2e2c1bcd2aaedce4b1dcb9ff665bce1972ef9f58e8d25694')
package() {
install -Dm755 trufflehog -t "$pkgdir/usr/bin/"