From 1b7af07b3aa08af53310e05eb000d3dd2e0ccff1 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 4 Apr 2024 21:44:56 -0400 Subject: [PATCH 1/2] syft: update to 1.1.1 --- srcpkgs/syft/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syft/template b/srcpkgs/syft/template index 1057618dc378aa..641358526e0282 100644 --- a/srcpkgs/syft/template +++ b/srcpkgs/syft/template @@ -1,6 +1,6 @@ # Template file for 'syft' pkgname=syft -version=1.1.0 +version=1.1.1 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=5fbc5774fce472e8331ae0619e7f1cf12fdb3b358dcc46c52f3f3a0aaeeb1d07 +checksum=965333b5da9310a3982fe930ccd1b3efd23b78c0ba7b4c4659cf9102c591d150 post_install() { syft="${DESTDIR}/usr/bin/syft" From 6e63f3f770fb3f3acc989e97284aeb460dec165c Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 4 Apr 2024 21:45:16 -0400 Subject: [PATCH 2/2] grype: update to 0.75.0, adopt --- srcpkgs/grype/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/grype/template b/srcpkgs/grype/template index 310346d7debae5..6fd2d835bfb025 100644 --- a/srcpkgs/grype/template +++ b/srcpkgs/grype/template @@ -1,6 +1,6 @@ # Template file for 'grype' pkgname=grype -version=0.74.7 +version=0.75.0 revision=1 build_style=go build_helper=qemu @@ -8,12 +8,12 @@ go_import_path="github.com/anchore/grype" go_package="github.com/anchore/grype/cmd/grype" go_ldflags="-X main.version=${version}" short_desc="Vulnerability scanner for container images and filesystems" -maintainer="Orphaned " +maintainer="cinerea0 " 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=3a94ff42cd68a28638e30b87ae7c5216fdafb2b2f6239498cd0b49c942c1353c +checksum=cd7029afa414a90d0700dbda1562487b8f8f197408d1b0a76367b854301248f2 post_install() { grype="${DESTDIR}/usr/bin/grype"