Bump to 0.77.3

This commit is contained in:
Varakh 2024-05-07 08:26:25 +02:00
parent a03f26c082
commit f874d5bbc7
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.2
pkgver = 0.77.3
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.77.2/grype_0.77.2_linux_amd64.tar.gz
sha256sums = cd79f842227fd1ba515f7bfd0be9547a8b712b44d4cab8f3a46df345d4b5f8bd
source = https://github.com/anchore/grype/releases/download/v0.77.3/grype_0.77.3_linux_amd64.tar.gz
sha256sums = 202670a2de853a40521a53c204ce98f64d9f97ab5e708bae73e54156c8f580dd
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.2
pkgver=0.77.3
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=('cd79f842227fd1ba515f7bfd0be9547a8b712b44d4cab8f3a46df345d4b5f8bd')
sha256sums=('202670a2de853a40521a53c204ce98f64d9f97ab5e708bae73e54156c8f580dd')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}