Bump to 0.73.3

This commit is contained in:
Varakh 2023-11-18 14:15:15 +01:00
parent 3f15f0ed69
commit 4b0c603b7a
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.2
pkgver = 0.73.3
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
source = https://github.com/anchore/grype/releases/download/v0.73.2/grype_0.73.2_linux_amd64.tar.gz
sha256sums = 76276a99a5faaad5dc69427dabbd7badb8f08b7532f309118cbdd22c3d0a71bc
source = https://github.com/anchore/grype/releases/download/v0.73.3/grype_0.73.3_linux_amd64.tar.gz
sha256sums = 9738275ac8632ab299bd3ce6233cf35873f5e562a40cbdb061cbf9939072b831
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.2
pkgver=0.73.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=('76276a99a5faaad5dc69427dabbd7badb8f08b7532f309118cbdd22c3d0a71bc')
sha256sums=('9738275ac8632ab299bd3ce6233cf35873f5e562a40cbdb061cbf9939072b831')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}