From 74c5137369b5cf7df9e0e3d052830089f64fac70 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 6 Sep 2023 12:15:59 -0400 Subject: [PATCH] grype: update to 0.66.0 --- srcpkgs/grype/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template index 7cfe530de8fa5..e5af3b550f65c 100644 --- a/srcpkgs/grype/template +++ b/srcpkgs/grype/template @@ -1,17 +1,19 @@ # Template file for 'grype' pkgname=grype -version=0.65.2 -revision=2 +version=0.66.0 +revision=1 build_style=go build_helper=qemu go_import_path="github.com/anchore/grype" go_package="github.com/anchore/grype/cmd/grype" +hostmakedepends="go1.20" short_desc="Vulnerability scanner for container images and filesystems" maintainer="Jan Christian Grünhage " license="Apache-2.0" homepage="https://github.com/anchore/grype" distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz" -checksum=29d781a5f09af19f11ee9164e6f85bea4319d0a3e44e72953ee2964ed2aefc37 +checksum=b0e38671975c0871f1b9a7bacba376f90ecb429973cb4b5b9cf90a3f4e072304 +export GOTOOLCHAIN=go1.20 post_install() { grype="${DESTDIR}/usr/bin/grype"