summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRay Del Rosario2022-07-03 19:52:25 +0000
committerRay Del Rosario2022-07-03 19:52:25 +0000
commitf96f349a542bf14f6e81d10b077c2e660a9ab733 (patch)
tree1ec2f34eb49ff3f0a44e26139f230daa6186d8a2 /PKGBUILD
parentfd79c2cc4f5f75e72c28b748844c201db1dfda4a (diff)
downloadaur-f96f349a542bf14f6e81d10b077c2e660a9ab733.tar.gz
0.40.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 365233e801c5..379d1f83e4d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
-pkgver=0.39.0
-pkgrel=2
+pkgver=0.40.1
+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=('4ef7eade18408b2422c473b35712c50dd2fb6558c895fb3f7a90d262c21c5074')
+sha256sums=('f3dc4b898c9800615fa7a36e63cdaa7e8eef94a6fc22519fa4c50685de69723d')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}