grype: update to 0.75.0, adopt
This commit is contained in:
parent
3818f560ba
commit
00498fc643
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'grype'
|
||||
pkgname=grype
|
||||
version=0.74.7
|
||||
version=0.75.0
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
|
@ -8,12 +8,12 @@ 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="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
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=3a94ff42cd68a28638e30b87ae7c5216fdafb2b2f6239498cd0b49c942c1353c
|
||||
checksum=cd7029afa414a90d0700dbda1562487b8f8f197408d1b0a76367b854301248f2
|
||||
|
||||
post_install() {
|
||||
grype="${DESTDIR}/usr/bin/grype"
|
||||
|
|
Loading…
Reference in New Issue