From f2e93706cbb50af37327f83b8ece4804b25fe6b0 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 6 Aug 2023 14:40:40 -0400 Subject: [PATCH] syft: update to 0.86.1 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index a67c986b6678d..cdad5f20c2310 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=0.85.0 +version=0.86.1 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=a45b07f0173d001d10a949c9178f2549011d0b4459d110725810623bd19a8e82 +checksum=09ac6d27244e3c9b83c1e1c7352bc86e642abf4d5680da10bbd71578d6e70b57 post_install() { syft="${DESTDIR}/usr/bin/syft"