Bump to 0.85.0

This commit is contained in:
Varakh 2024-11-23 10:52:26 +01:00
parent 8dd90b88c9
commit eaf12a433b
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.84.0
pkgver = 0.85.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.84.0/grype_0.84.0_linux_amd64.tar.gz
sha256sums = f2322ca8599ddcd5bc75679a584f04e1a6b48f50ff4318989c39a241be1616e4
source = https://github.com/anchore/grype/releases/download/v0.85.0/grype_0.85.0_linux_amd64.tar.gz
sha256sums = 89f8ccbaa7a47abab90e9e894a925a92ef47a4d2bf0981001e654527378d6ed4
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.84.0
pkgver=0.85.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=('f2322ca8599ddcd5bc75679a584f04e1a6b48f50ff4318989c39a241be1616e4')
sha256sums=('89f8ccbaa7a47abab90e9e894a925a92ef47a4d2bf0981001e654527378d6ed4')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}