Bump to 0.97.0

This commit is contained in:
Adam Chovanec 2025-07-31 16:37:42 +02:00
parent 3cf9e3e30c
commit a0fcab6bdf
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
pkgver = 0.96.1
pkgver = 0.97.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache-2.0
source = https://github.com/anchore/grype/releases/download/v0.96.1/grype_0.96.1_linux_amd64.tar.gz
sha256sums = fbbf84220a5a79d84f9a14559c7bac4fb52f0320d62de05fe24e5587cb127289
source = https://github.com/anchore/grype/releases/download/v0.97.0/grype_0.97.0_linux_amd64.tar.gz
sha256sums = d5cee3ef240f0d2a94ea6165f6bca6784c61d3f38a4c15895bf3be051b5f6fc4
pkgname = grype-bin

View file

@ -2,14 +2,14 @@
# Ex-Maintainer: Varakh <varakh@varakh.de>
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
pkgver=0.96.1
pkgver=0.97.0
pkgrel=1
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')
license=('Apache-2.0')
source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz")
sha256sums=('fbbf84220a5a79d84f9a14559c7bac4fb52f0320d62de05fe24e5587cb127289')
sha256sums=('d5cee3ef240f0d2a94ea6165f6bca6784c61d3f38a4c15895bf3be051b5f6fc4')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}