Bump to 0.77.4

This commit is contained in:
Varakh 2024-05-12 23:11:54 +02:00
parent f874d5bbc7
commit b73052b842
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.77.3
pkgver = 0.77.4
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.77.3/grype_0.77.3_linux_amd64.tar.gz
sha256sums = 202670a2de853a40521a53c204ce98f64d9f97ab5e708bae73e54156c8f580dd
source = https://github.com/anchore/grype/releases/download/v0.77.4/grype_0.77.4_linux_amd64.tar.gz
sha256sums = 95afaf6b8f3e805a693a8643d0dd3013c871f21f2614f9ef8ff0b82f245cd129
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.77.3
pkgver=0.77.4
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=('202670a2de853a40521a53c204ce98f64d9f97ab5e708bae73e54156c8f580dd')
sha256sums=('95afaf6b8f3e805a693a8643d0dd3013c871f21f2614f9ef8ff0b82f245cd129')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}