From 71ebb07cd733cae24cffdf16decc22398e3dc281 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 29 May 2023 22:45:09 -0400 Subject: [PATCH] syft: update to 0.82.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index e76deeba40c9..781b393c933c 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=0.80.0 +version=0.82.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=f53b05b2092118c02010c9be35c5a094834afbd057a2c0cbebe08333b52de76d +checksum=d454b6c02fcf2ade797f7c797ecd7af36ccdd32ba87bfcfa8dfc3db3d1ed0c41 post_install() { syft="${DESTDIR}/usr/bin/syft"