Update to 0.59.0

This commit is contained in:
Varakh 2023-03-04 09:45:32 +01:00
parent e94144aa12
commit 4b1c21718b
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.58.0
pkgver = 0.59.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.58.0/grype_0.58.0_linux_amd64.tar.gz
sha256sums = e9212ff2e3a2e2e9d549e0f97f5402194f124a647d9f55c87b1b6b140ad6ca87
source = https://github.com/anchore/grype/releases/download/v0.59.0/grype_0.59.0_linux_amd64.tar.gz
sha256sums = 10f519c1097fbc2e0dec8f4727e5245fcd2c834b5d75a50f8c748e8ab78b95c4
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.58.0
pkgver=0.59.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=('e9212ff2e3a2e2e9d549e0f97f5402194f124a647d9f55c87b1b6b140ad6ca87')
sha256sums=('10f519c1097fbc2e0dec8f4727e5245fcd2c834b5d75a50f8c748e8ab78b95c4')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}