Bump to 0.73.5

This commit is contained in:
Varakh 2023-12-22 01:01:50 +01:00
parent 793c2e21b7
commit 2effb3a229
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.73.4
pkgver = 0.73.5
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.73.4/grype_0.73.4_linux_amd64.tar.gz
sha256sums = 5b18be6d9313552ec2adeef9e7141f1c85a0d3bd15f3bc76bb9846a5bd55116d
source = https://github.com/anchore/grype/releases/download/v0.73.5/grype_0.73.5_linux_amd64.tar.gz
sha256sums = 5ccaf321f049c65befa1a7156e0c08a31a05b2d8c469776a8d8c780fa6f9c792
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.73.4
pkgver=0.73.5
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=('5b18be6d9313552ec2adeef9e7141f1c85a0d3bd15f3bc76bb9846a5bd55116d')
sha256sums=('5ccaf321f049c65befa1a7156e0c08a31a05b2d8c469776a8d8c780fa6f9c792')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}