summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94ba13093135..24787c66e3f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype'
-pkgver=0.34.7
-pkgrel=2
+pkgver=0.36.0
+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=('5b2e495135a1ae11f43817ae49fcc9689fb358bdd2867b19d70ecf6dba1b1012')
+sha256sums=('fdff25043ad2ff5b142a28f418b504ef0f0f2fa2cabb8e71061179be08ad7a81')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/${pkgname}"
}