Update to 0.62.0

This commit is contained in:
Varakh 2023-05-22 19:22:15 +02:00
parent 7e7a2732a5
commit 5cfc0046cb
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.61.1
pkgver = 0.62.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.61.1/grype_0.61.1_linux_amd64.tar.gz
sha256sums = b5628b37123ae03b85bb6e692f37ba015c60ba92f4ef6a2a874fd015f918a6ef
source = https://github.com/anchore/grype/releases/download/v0.62.0/grype_0.62.0_linux_amd64.tar.gz
sha256sums = 39422cc2a1049099ae0d90267f6d59e3016e4060abadaffdbdec5365bc2fd810
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.61.1
pkgver=0.62.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=('b5628b37123ae03b85bb6e692f37ba015c60ba92f4ef6a2a874fd015f918a6ef')
sha256sums=('39422cc2a1049099ae0d90267f6d59e3016e4060abadaffdbdec5365bc2fd810')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}