fix version 3.67.5

This commit is contained in:
David Vilar Benet 2024-02-12 02:30:54 +01:00
parent c1626e9c4a
commit b5b6917c0d
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = trufflehog
pkgdesc = Tool for finding secrets like private keys and credentials.
pkgver = 3.67.5
pkgrel = 1
pkgrel = 2
url = https://github.com/trufflesecurity/trufflehog
arch = x86_64
license = AGPL3

View file

@ -3,7 +3,7 @@
pkgname=trufflehog
pkgver=3.67.5
pkgrel=1
pkgrel=2
pkgdesc="Tool for finding secrets like private keys and credentials."
arch=('x86_64')
url="https://github.com/trufflesecurity/trufflehog"
@ -16,7 +16,7 @@ sha512sums=('e4259c135a127e6064dc3cf7c655259685d7189fc3c08005a4a281db682c4a68164
build() {
cd "$pkgname-$pkgver"
GOPATH="$srcdir/build" go build -buildmode=pie -ldflags "-linkmode=external -extldflags=$LDFLAGS" -modcacherw -trimpath
GOPATH="$srcdir/build" go build -buildmode=pie -ldflags "-linkmode=external -extldflags \"$LDFLAGS\"" -modcacherw -trimpath
}
package() {