summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 601b17bc4a23..3aa8fde4f348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Varakh <varakh@varakh.de>
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
-pkgver=0.73.1
+pkgver=0.73.2
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=('7d3a1f8b9013216bfa3b2e97bed4043c356ff66d39809b26578d94d4093c09d1')
+sha256sums=('76276a99a5faaad5dc69427dabbd7badb8f08b7532f309118cbdd22c3d0a71bc')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}