diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template index df162a5317e..423f0bdb7a8 100644 --- a/srcpkgs/grype/template +++ b/srcpkgs/grype/template @@ -1,16 +1,17 @@ # Template file for 'grype' pkgname=grype -version=0.63.1 +version=0.64.1 revision=1 build_style=go build_helper=qemu go_import_path="github.com/anchore/grype" +go_package="github.com/anchore/grype/cmd/grype" 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=c0cae06f51a00a9ada57dd3ddd8de052893e42620d8cee49c8874630d5d89817 +checksum=3b7a7ddf893cc02787248801f9f857141264372e38fb51dfbb5e397732063517 post_install() { grype="${DESTDIR}/usr/bin/grype"