mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
grype: update to 0.66.0
This commit is contained in:
parent
e3f222cec0
commit
bd9ab2c46c
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'grype'
|
# Template file for 'grype'
|
||||||
pkgname=grype
|
pkgname=grype
|
||||||
version=0.65.2
|
version=0.66.0
|
||||||
revision=2
|
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"
|
||||||
|
hostmakedepends="go1.20"
|
||||||
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"
|
||||||
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=29d781a5f09af19f11ee9164e6f85bea4319d0a3e44e72953ee2964ed2aefc37
|
checksum=b0e38671975c0871f1b9a7bacba376f90ecb429973cb4b5b9cf90a3f4e072304
|
||||||
|
export GOTOOLCHAIN=go1.20
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
grype="${DESTDIR}/usr/bin/grype"
|
grype="${DESTDIR}/usr/bin/grype"
|
||||||
|
|
Loading…
Add table
Reference in a new issue