syft: update to 1.11.1

This commit is contained in:
cinerea0 2024-08-24 16:18:31 -04:00
parent ed6f1dfacf
commit 178154b35e

View file

@ -1,7 +1,7 @@
# Template file for 'syft' # Template file for 'syft'
pkgname=syft pkgname=syft
version=1.11.0 version=1.11.1
revision=2 revision=1
build_style=go build_style=go
build_helper=qemu build_helper=qemu
go_import_path="github.com/anchore/syft" go_import_path="github.com/anchore/syft"
@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://github.com/anchore/syft" homepage="https://github.com/anchore/syft"
changelog="https://github.com/anchore/syft/releases" changelog="https://github.com/anchore/syft/releases"
distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz"
checksum=63b393033ef93a3fd328406a8c06bd9067ccd02521edbbcb7d72afdfe3db59b0 checksum=2a998bc29b5a8a232056e5ea8bbdb2e17289732cbff119db50cac61c5f5d0def
post_install() { post_install() {
syft="${DESTDIR}/usr/bin/syft" syft="${DESTDIR}/usr/bin/syft"