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 3aa8fde4f348..7363784f66eb 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.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"
}