Bump to 0.95.0

This commit is contained in:
Adam Chovanec 2025-07-02 22:44:57 +02:00
parent 14b8e71347
commit 8784d5f004
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.94.0
pkgver = 0.95.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.94.0/grype_0.94.0_linux_amd64.tar.gz
sha256sums = 46bad313a4083474a776f6a2787b0caee842c52028cd9b1bffc9d74ba11d565a
source = https://github.com/anchore/grype/releases/download/v0.95.0/grype_0.95.0_linux_amd64.tar.gz
sha256sums = 82f22c660dcc0b49a9b45ec060a8d0f7b7fb75b33aecf6cc08060062bbf012ce
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.94.0
pkgver=0.95.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=('46bad313a4083474a776f6a2787b0caee842c52028cd9b1bffc9d74ba11d565a')
sha256sums=('82f22c660dcc0b49a9b45ec060a8d0f7b7fb75b33aecf6cc08060062bbf012ce')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}