summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRay Del Rosario2022-06-10 18:21:00 +0000
committerRay Del Rosario2022-06-10 18:21:00 +0000
commit3f19c86c069d21fa2fa258b90940e2693607a40a (patch)
tree72eaf914a950734ac1be667858e1f5f3f0a229b3 /PKGBUILD
parent8ff62f12ca24cd173a4a7964d6732ef3a7cd5ae0 (diff)
downloadaur-3f19c86c069d21fa2fa258b90940e2693607a40a.tar.gz
Update 0.39.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b21dea0f68e1..96c5fa85e4cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
-pkgver=0.38.0
+pkgver=0.39.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=('da3e8d90bdbf0917034c35d745e6d53aa80f9e7034d75ae71056e07a22fd0a13')
+sha256sums=('4ef7eade18408b2422c473b35712c50dd2fb6558c895fb3f7a90d262c21c5074')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}