From db14a7be223f589bc68cc9a8eead17e30f02b5a9 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 31 Jul 2024 10:06:43 -0400 Subject: [PATCH] syft: update to 1.10.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index b4104d10b93..d7f26b8d46f 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=1.9.0 +version=1.10.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=a292dd458bd8b323577306b27d57cd69ab3fe43d817c275edeb4f0c67dbd38e4 +checksum=9b643ba8bcf01f323d8ef35d442bdbb0d463efc361760a1273bd146e0a9e0d1a post_install() { syft="${DESTDIR}/usr/bin/syft"