From eedec03d0a4c8a78043b6cf2a3ae7430e99220ae Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 18 Jun 2024 11:01:52 -0400 Subject: [PATCH 1/2] syft: update to 1.7.0 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 3a35489d7ebbc4..9e38df398f1b0d 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=1.6.0 +version=1.7.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=636546852c7eb76e763c1ebca88df03b6ac0788269fde336f29c71ca61b195a5 +checksum=a2d856f0a37a91b813b4c55578e286ec1030cde8f9091a6ac36652175d1ab445 post_install() { syft="${DESTDIR}/usr/bin/syft" From 7b3b508a77f127353f996ed237e0da8af7e42e51 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 18 Jun 2024 11:03:00 -0400 Subject: [PATCH 2/2] grype: update to 0.79.1 --- srcpkgs/grype/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template index 3d2ac844c84a03..872965cde3d8cb 100644 --- a/srcpkgs/grype/template +++ b/srcpkgs/grype/template @@ -1,6 +1,6 @@ # Template file for 'grype' pkgname=grype -version=0.78.0 +version=0.79.1 revision=1 build_style=go build_helper=qemu @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://github.com/anchore/grype" changelog="https://github.com/anchore/grype/releases" distfiles="https://github.com/anchore/grype/archive/refs/tags/v${version}.tar.gz" -checksum=64da7755b8f4169003a66badcb8f9432138d1ff59f805b131d9ac5a44391dbd4 +checksum=02295009cbcbdbdf6745a41839837709774f10253014c25bf75301679e5266bc post_install() { grype="${DESTDIR}/usr/bin/grype"