This commit is contained in:
Adam Chovanec 2026-02-06 17:06:25 +01:00
parent 33c21dac78
commit 5dd8653182
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.107.0
pkgver = 0.107.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.107.0/grype_0.107.0_linux_amd64.tar.gz
sha256sums = 896075679eda2bb389527a7a94d0bd2a33d1a6b107c69e825f66a1ebb7bf10bf
source = https://github.com/anchore/grype/releases/download/v0.107.1/grype_0.107.1_linux_amd64.tar.gz
sha256sums = a434ecfd1b3aff9c5a8f9186a57c3c09b34bdbeeeeb00769313568be17af6297
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.107.0
pkgver=0.107.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=('896075679eda2bb389527a7a94d0bd2a33d1a6b107c69e825f66a1ebb7bf10bf')
sha256sums=('a434ecfd1b3aff9c5a8f9186a57c3c09b34bdbeeeeb00769313568be17af6297')
package() {
"$srcdir/grype" completion zsh > "$srcdir/zsh_grype"
"$srcdir/grype" completion fish > "${srcdir}/fish_grype"