grype: update to 0.84.0
This commit is contained in:
parent
e28d913845
commit
4cadb271d5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'grype'
|
||||
pkgname=grype
|
||||
version=0.80.0
|
||||
version=0.84.0
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
|
@ -13,7 +13,8 @@ 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=554b7e5fbc8c79e88475a77c47d1f4466d51880d922423cbffac132dd029fadd
|
||||
checksum=d93b200053588e3b03b133bd36d8e39e80c053d31baa0c326b8bb90928667e27
|
||||
make_check=no # tests require a running docker daemon
|
||||
|
||||
post_install() {
|
||||
grype="${DESTDIR}/usr/bin/grype"
|
||||
|
|
Loading…
Reference in New Issue