This commit is contained in:
Adam Chovanec 2025-09-16 07:18:00 +02:00
parent d97dc9bad2
commit ab796fffd0
2 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
pkgver = 0.99.1
pkgrel = 2
pkgver = 0.100.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.99.1/grype_0.99.1_linux_amd64.tar.gz
sha256sums = 7fde4d45fe097daa2554078cd9e81faa43e51266a888337f5446c1ffc42d451f
source = https://github.com/anchore/grype/releases/download/v0.100.0/grype_0.100.0_linux_amd64.tar.gz
sha256sums = 9f4ed948b596a1978ec609eaa5538a9f2558836799b7b0a81f729408daf23e03
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.99.1
pkgrel=2
pkgver=0.100.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=('7fde4d45fe097daa2554078cd9e81faa43e51266a888337f5446c1ffc42d451f')
sha256sums=('9f4ed948b596a1978ec609eaa5538a9f2558836799b7b0a81f729408daf23e03')
package() {
"$srcdir/grype" completion zsh > "$srcdir/zsh_grype"
"$srcdir/grype" completion fish > "${srcdir}/fish_grype"