From 4b7ce6ee507d6b30a7005030dc9f13fcfbc6d53d Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 18 Jul 2023 15:11:18 -0400 Subject: [PATCH] syft: update to 0.85.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 11bd81181bee..a67c986b6678 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=0.84.1 +version=0.85.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=f8089209966436e7ef829b50092a410a152df8b98e60fe93214556f473d306b0 +checksum=a45b07f0173d001d10a949c9178f2549011d0b4459d110725810623bd19a8e82 post_install() { syft="${DESTDIR}/usr/bin/syft"