Bump to 0.69.0

This commit is contained in:
Varakh 2023-09-20 23:11:40 +02:00
parent 802374dd47
commit 39207adff0
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.68.1
pkgver = 0.69.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.68.1/grype_0.68.1_linux_amd64.tar.gz
sha256sums = 4ac978069a0bcb1843710c2c31f0659e3b7f4b7e59f9ab9075ede3f2c24194ac
source = https://github.com/anchore/grype/releases/download/v0.69.0/grype_0.69.0_linux_amd64.tar.gz
sha256sums = 2a602dba318f8509dc993846df720f64c304bed48232ed4d69a2e3eba7c529b1
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.68.1
pkgver=0.69.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=('4ac978069a0bcb1843710c2c31f0659e3b7f4b7e59f9ab9075ede3f2c24194ac')
sha256sums=('2a602dba318f8509dc993846df720f64c304bed48232ed4d69a2e3eba7c529b1')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}