From 6b2fe14bf6524f2778638a76cfb9d72310708ee0 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 18 Sep 2023 13:32:24 -0400 Subject: [PATCH] syft: update to 0.90.0 --- srcpkgs/syft/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index b3d609c0b13a2..1bea6a02b2217 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,19 +1,17 @@ # Template file for 'syft' pkgname=syft -version=0.89.0 +version=0.90.0 revision=1 build_style=go build_helper=qemu go_import_path="github.com/anchore/syft" go_package="github.com/anchore/syft/cmd/syft" -hostmakedepends="go1.20" short_desc="SBOM generator CLI for container images, filesystems and more" 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=e8b4bf1481f3101adb2881f35f95528cceb58470f1c568c7c05c2864031dfdaa -export GOTOOLCHAIN=go1.20 +checksum=50b5e499948d06905e4e188d4189d4520aa0e28d7470c9a459a12b26af28caf9 post_install() { syft="${DESTDIR}/usr/bin/syft"