syft: update to 0.80.0.
This commit is contained in:
parent
8fa7100217
commit
e7453e4096
@ -1,12 +1,21 @@
|
||||
# Template file for 'syft'
|
||||
pkgname=syft
|
||||
version=0.76.0
|
||||
revision=2
|
||||
version=0.80.0
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path="github.com/anchore/syft/cmd/syft"
|
||||
short_desc="SBOM generator CLI for container images, filesystems and more"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/anchore/syft"
|
||||
distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=d8a439850aa93ebd6fc01c5514b3bd70ae73965c9fea172c26843fcc8d0b5307
|
||||
checksum=f53b05b2092118c02010c9be35c5a094834afbd057a2c0cbebe08333b52de76d
|
||||
|
||||
post_install() {
|
||||
syft="${DESTDIR}/usr/bin/syft"
|
||||
for shell in bash fish zsh; do
|
||||
vtargetrun ${syft} completion ${shell} >syft.${shell}
|
||||
vcompletion syft.${shell} ${shell}
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user