From 9734da2c48e9edc4308f0449d4571fd5ca38cc0b Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 27 Apr 2024 17:13:56 -0400 Subject: [PATCH] syft: update to 1.3.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 1282f5672ab..739b9df8bf6 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=1.2.0 +version=1.3.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=c563805e4100562b7c4733f68fd45f75bca694a272853bd294076aea5977e58f +checksum=6916cb0d38c4dc56efe2171bd343b4c9a9fa19a34b46ecedcd209d6e298643b6 post_install() { syft="${DESTDIR}/usr/bin/syft"