summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRay Del Rosario2022-03-29 19:14:39 -0500
committerRay Del Rosario2022-03-29 19:14:39 -0500
commit23c9760986f23fbb819ca7710813ba3093550a39 (patch)
treef2c3efd3e929e087af563e4cfcc75e327c0902ae /PKGBUILD
parent0d2f5a1e103621b5f0f55bda03a2cfac0cc9f64d (diff)
downloadaur-23c9760986f23fbb819ca7710813ba3093550a39.tar.gz
v0.34.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39c947298f62..1c3e309973b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='grype'
-pkgver=0.17.0
+pkgver=0.34.7
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=('03fbad48529446074bd3ee4767a10ca5ef1a8f37f429f5283b52da3d21f922a8')
+sha256sums=('5b2e495135a1ae11f43817ae49fcc9689fb358bdd2867b19d70ecf6dba1b1012')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/${pkgname}"
-} \ No newline at end of file
+}