Bump to 0.84.0

This commit is contained in:
Varakh 2024-11-05 18:02:01 +01:00
parent 483b8942b3
commit 8dd90b88c9
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.83.0
pkgver = 0.84.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.83.0/grype_0.83.0_linux_amd64.tar.gz
sha256sums = d7e333b549a9f989948c4efe65ca9101fcd9cdd7ca39af78b7445abd7bfe4f26
source = https://github.com/anchore/grype/releases/download/v0.84.0/grype_0.84.0_linux_amd64.tar.gz
sha256sums = f2322ca8599ddcd5bc75679a584f04e1a6b48f50ff4318989c39a241be1616e4
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.83.0
pkgver=0.84.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=('d7e333b549a9f989948c4efe65ca9101fcd9cdd7ca39af78b7445abd7bfe4f26')
sha256sums=('f2322ca8599ddcd5bc75679a584f04e1a6b48f50ff4318989c39a241be1616e4')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}