From 15896e3e2ba1ccb23d2d67823b4081c6048122fa Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 24 Jun 2023 15:18:03 -0400 Subject: [PATCH] syft: update to 0.84.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index dd7ea798ffb6..a38b2524bd87 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=0.83.0 +version=0.84.0 revision=1 build_style=go build_helper=qemu @@ -10,7 +10,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=46124db55e6c56a09f80be123737716a9b6e35e675908639ba3bf34d10e650f6 +checksum=fc16bd2e207d864a56c7122b0ad48b393214383f606e63d3f71bc4761d809326 post_install() { syft="${DESTDIR}/usr/bin/syft"