grype: update to 0.66.0

This commit is contained in:
cinerea0 2023-09-06 12:15:59 -04:00 committed by classabbyamp
parent e3f222cec0
commit bd9ab2c46c

View file

@ -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 <jan.christian@gruenhage.xyz>"
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"