Bump to 0.79.6

This commit is contained in:
Varakh 2024-08-12 22:52:25 +02:00
parent c1f1d6bf55
commit 0076732f8a
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.79.5
pkgver = 0.79.6
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.79.5/grype_0.79.5_linux_amd64.tar.gz
sha256sums = ff054e389ffb40619911f6bd75b3f46610245df9b11ab72fcdc2e08b9c34a09e
source = https://github.com/anchore/grype/releases/download/v0.79.6/grype_0.79.6_linux_amd64.tar.gz
sha256sums = d537f8ef9cc0b597684a9a750ed07738d4052dd62ae835cb4b93381b67997495
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.79.5
pkgver=0.79.6
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=('ff054e389ffb40619911f6bd75b3f46610245df9b11ab72fcdc2e08b9c34a09e')
sha256sums=('d537f8ef9cc0b597684a9a750ed07738d4052dd62ae835cb4b93381b67997495')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}