Bump to 0.81.0

This commit is contained in:
Varakh 2024-09-26 08:34:27 +02:00
parent 4d7a50afb8
commit d14e7dc35e
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.80.2
pkgver = 0.81.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.80.2/grype_0.80.2_linux_amd64.tar.gz
sha256sums = 42398255db4abc246d616e6e1bb7ce2565d05358c8a2308a2d1df37d7de10aec
source = https://github.com/anchore/grype/releases/download/v0.81.0/grype_0.81.0_linux_amd64.tar.gz
sha256sums = 07c26f84ad8ce782ba2aa769a595b34befbb4f3bc6dff0da6095f2faee3585e2
pkgname = grype-bin

View file

@ -1,14 +1,14 @@
# Maintainer: Varakh <varakh@varakh.de>
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
pkgver=0.80.2
pkgver=0.81.0
pkgrel=1
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')
license=('Apache')
source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz")
sha256sums=('42398255db4abc246d616e6e1bb7ce2565d05358c8a2308a2d1df37d7de10aec')
sha256sums=('07c26f84ad8ce782ba2aa769a595b34befbb4f3bc6dff0da6095f2faee3585e2')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}