Bump to 0.93.0

This commit is contained in:
Adam Chovanec 2025-06-11 19:14:33 +02:00
parent c0d72fd473
commit c5ab58a341
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.2
pkgver = 0.93.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.92.2/grype_0.92.2_linux_amd64.tar.gz
sha256sums = 0b378a8d4153aa71d9ce95a3597f241a90f98b957a5694041d0ec04c6600b115
source = https://github.com/anchore/grype/releases/download/v0.93.0/grype_0.93.0_linux_amd64.tar.gz
sha256sums = e9de7a59f905617d2aac8828703ee41f555b6a44381d09f083c152693990a895
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.2
pkgver=0.93.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=('0b378a8d4153aa71d9ce95a3597f241a90f98b957a5694041d0ec04c6600b115')
sha256sums=('e9de7a59f905617d2aac8828703ee41f555b6a44381d09f083c152693990a895')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}