grype: update to 0.74.7
This commit is contained in:
parent
f48697148d
commit
159090134b
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'grype'
|
||||
pkgname=grype
|
||||
version=0.74.4
|
||||
version=0.74.7
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path="github.com/anchore/grype"
|
||||
go_package="github.com/anchore/grype/cmd/grype"
|
||||
go_ldflags="-X main.version=${version}"
|
||||
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"
|
||||
changelog="https://github.com/anchore/grype/releases"
|
||||
distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=557e51be2f53086e237b3401085a2e384554e061c4f4780585fd6cfb81aea8dd
|
||||
checksum=3a94ff42cd68a28638e30b87ae7c5216fdafb2b2f6239498cd0b49c942c1353c
|
||||
|
||||
post_install() {
|
||||
grype="${DESTDIR}/usr/bin/grype"
|
||||
|
|
Loading…
Reference in New Issue