grype: update to 0.74.7

This commit is contained in:
cinerea0 2024-03-07 09:37:37 -05:00 committed by cinerea0
parent f48697148d
commit 159090134b

View file

@ -1,17 +1,19 @@
# Template file for 'grype' # Template file for 'grype'
pkgname=grype pkgname=grype
version=0.74.4 version=0.74.7
revision=1 revision=1
build_style=go build_style=go
build_helper=qemu build_helper=qemu
go_import_path="github.com/anchore/grype" go_import_path="github.com/anchore/grype"
go_package="github.com/anchore/grype/cmd/grype" go_package="github.com/anchore/grype/cmd/grype"
go_ldflags="-X main.version=${version}"
short_desc="Vulnerability scanner for container images and filesystems" short_desc="Vulnerability scanner for container images and filesystems"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/anchore/grype" homepage="https://github.com/anchore/grype"
changelog="https://github.com/anchore/grype/releases"
distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
checksum=557e51be2f53086e237b3401085a2e384554e061c4f4780585fd6cfb81aea8dd checksum=3a94ff42cd68a28638e30b87ae7c5216fdafb2b2f6239498cd0b49c942c1353c
post_install() { post_install() {
grype="${DESTDIR}/usr/bin/grype" grype="${DESTDIR}/usr/bin/grype"