Update to 0.50.1

This commit is contained in:
Varakh 2022-09-16 16:56:39 +02:00
parent f1fba12a42
commit d8d875558f
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.48.0
pkgver = 0.50.1
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.48.0/grype_0.48.0_linux_amd64.tar.gz
sha256sums = 1de013f33a235d0c25f7dc496f7efd1621712ab4bc9f327652c62d1af4bdeb64
source = https://github.com/anchore/grype/releases/download/v0.50.1/grype_0.50.1_linux_amd64.tar.gz
sha256sums = af8a25952f3f4b6ffe80a9ae49a27ace42b6b40d2cbe9981c9e057204e706ae3
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.48.0
pkgver=0.50.1
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=('1de013f33a235d0c25f7dc496f7efd1621712ab4bc9f327652c62d1af4bdeb64')
sha256sums=('af8a25952f3f4b6ffe80a9ae49a27ace42b6b40d2cbe9981c9e057204e706ae3')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}