From 6a70d8ad035c5146e00b7726fefaf0963721ca4e Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 10 Oct 2023 20:52:01 -0400 Subject: [PATCH] syft: update to 0.93.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index d92afc9bc0dad..2e8882957b76e 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=0.91.0 +version=0.93.0 revision=1 build_style=go build_helper=qemu @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage " license="Apache-2.0" homepage="https://github.com/anchore/syft" distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz" -checksum=f29cb3fd96b41ed48795e1f8fd81f3900505cf3dd84844b749db850d790f3768 +checksum=e56d1a46958719c8cf622c7a3571cea14a24ecffead91694e7a5f9dad1ee1be7 post_install() { syft="${DESTDIR}/usr/bin/syft"