From 400b4ce7e87adc6689af805cfc9cb15adcb95bc5 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 29 Dec 2023 14:30:24 -0500 Subject: [PATCH] syft: update to 0.99.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 09561546fcb89..015d9833eee3f 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=0.98.0 +version=0.99.0 revision=1 build_style=go build_helper=qemu @@ -11,7 +11,7 @@ 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=11962d7df9c5f2a6a8dc2839ff5651f4d9a69be90862fec4d0b947f6378ee5cf +checksum=4abf63a8377c3422bb94d44ccaff0cac66c64ee74b0c4c77769360fb72a2cf71 post_install() { syft="${DESTDIR}/usr/bin/syft"