This commit is contained in:
Adam Chovanec 2025-12-21 20:28:07 +01:00
parent 14a631d158
commit 6f3db6dcf2
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.104.1
pkgver = 0.104.2
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache-2.0
source = https://github.com/anchore/grype/releases/download/v0.104.1/grype_0.104.1_linux_amd64.tar.gz
sha256sums = 2cb820b6c81f88fd6aff3fb4ca5a7161e9ab70af0f27fc5e99cd16deb987cd5f
source = https://github.com/anchore/grype/releases/download/v0.104.2/grype_0.104.2_linux_amd64.tar.gz
sha256sums = 8d5c86303693340a7e8c1131c683092dbd6ff1e1f138387c3c94a60f90e66882
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.104.1
pkgver=0.104.2
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=('2cb820b6c81f88fd6aff3fb4ca5a7161e9ab70af0f27fc5e99cd16deb987cd5f')
sha256sums=('8d5c86303693340a7e8c1131c683092dbd6ff1e1f138387c3c94a60f90e66882')
package() {
"$srcdir/grype" completion zsh > "$srcdir/zsh_grype"
"$srcdir/grype" completion fish > "${srcdir}/fish_grype"