From 8fa3d795792bd6958fb3157a18eb3cfb6b72cfcb Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 11 Jun 2024 13:32:21 -0400 Subject: [PATCH] syft: update to 1.6.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 4d4845157ca49b..3a35489d7ebbc4 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=1.5.0 +version=1.6.0 revision=1 build_style=go build_helper=qemu @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://github.com/anchore/syft" changelog="https://github.com/anchore/syft/releases" distfiles="https://github.com/anchore/syft/archive/refs/tags/v${version}.tar.gz" -checksum=35591aab6edb4c8c44db4848cf1b18b7a8a47c3c6be4a8b862e493d6b537cc3c +checksum=636546852c7eb76e763c1ebca88df03b6ac0788269fde336f29c71ca61b195a5 post_install() { syft="${DESTDIR}/usr/bin/syft"