From f4d28ad7827f176ccbe14c4b3cdeb5bf1ee8c699 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 10 Oct 2023 13:23:16 -0400 Subject: [PATCH] syft: update to 0.92.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index d92afc9bc0dad..742b88b1b127a 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.92.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=15073d2a349ab2ebcba7e4f446016fdb6f9422b94bd59bcb8dd7839fab2e4807 post_install() { syft="${DESTDIR}/usr/bin/syft"