diff --git a/srcpkgs/trivy/template b/srcpkgs/trivy/template index e311efbad502eb..8df6b2f3d9fec8 100644 --- a/srcpkgs/trivy/template +++ b/srcpkgs/trivy/template @@ -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" @@ -11,10 +11,11 @@ maintainer="Orphaned " 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