grype: update to 0.61.1.
This commit is contained in:
parent
e7453e4096
commit
fc711536a7
@ -1,12 +1,21 @@
|
||||
# Template file for 'grype'
|
||||
pkgname=grype
|
||||
version=0.60.0
|
||||
revision=2
|
||||
version=0.61.1
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path="github.com/anchore/grype"
|
||||
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=3617066735c984f87caacada7bc4bb9478bbab306a3b1eb1c8d4cc7a99471b93
|
||||
checksum=e9599fbf1c42133e1d07719a3bb1489a5d261a099af8ec515be3409e12dbc56c
|
||||
|
||||
post_install() {
|
||||
grype="${DESTDIR}/usr/bin/grype"
|
||||
for shell in bash fish zsh; do
|
||||
vtargetrun ${grype} completion ${shell} >grype.${shell}
|
||||
vcompletion grype.${shell} ${shell}
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user