Bump to 0.92.1

This commit is contained in:
Adam Chovanec 2025-05-17 00:25:42 +02:00
parent 44649de842
commit 9c3ddc6c1b
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.92.0
pkgver = 0.92.1
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache-2.0
source = https://github.com/anchore/grype/releases/download/v0.92.0/grype_0.92.0_linux_amd64.tar.gz
sha256sums = 1449ea724676f8df6e58da3409087c8bbaee04a346cbee7466353ccf78a9fcac
source = https://github.com/anchore/grype/releases/download/v0.92.1/grype_0.92.1_linux_amd64.tar.gz
sha256sums = 4075e858c17f9cdeb5c4b2467076540b5a828795980327d8b0fc9349e8a630a4
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.92.0
pkgver=0.92.1
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=('1449ea724676f8df6e58da3409087c8bbaee04a346cbee7466353ccf78a9fcac')
sha256sums=('4075e858c17f9cdeb5c4b2467076540b5a828795980327d8b0fc9349e8a630a4')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}