From 178154b35ef7ba043f9b3dbfb88822ea95709262 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 24 Aug 2024 16:18:31 -0400 Subject: [PATCH] syft: update to 1.11.1 --- srcpkgs/syft/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 93805b5460b..42fbd60aee7 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,7 +1,7 @@ # Template file for 'syft' pkgname=syft -version=1.11.0 -revision=2 +version=1.11.1 +revision=1 build_style=go build_helper=qemu go_import_path="github.com/anchore/syft" @@ -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=63b393033ef93a3fd328406a8c06bd9067ccd02521edbbcb7d72afdfe3db59b0 +checksum=2a998bc29b5a8a232056e5ea8bbdb2e17289732cbff119db50cac61c5f5d0def post_install() { syft="${DESTDIR}/usr/bin/syft"