Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/trivy/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'trivy'
pkgname=trivy
version=0.63.0
version=0.68.2
revision=1
build_style=go
go_import_path="github.com/aquasecurity/trivy"
Expand All @@ -11,10 +11,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/aquasecurity/trivy"
distfiles="https://github.com/aquasecurity/trivy/archive/refs/tags/v${version}.tar.gz"
checksum=ac26dcb16072e674b8a3bffa6fbd817ec5baa125660b5c49d9ad8659e14d0800
checksum=dd8efd719709d09b41c98cdb9090654f8ed326f07b05ba7a4ffca4de2745aea3

# those tests are wrong and expect `dev` instead of the version.
make_check_args="-run !(^(Test_showVersion|TestPrintVersion)$)"

# fix: collect2: fatal error: cannot find 'ld'
export LDFLAGS="-fuse-ld=bfd"
export GOEXPERIMENT=jsonv2