summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Del Rosario2021-08-29 16:27:23 -0500
committerMichael Del Rosario2021-08-29 16:27:23 -0500
commit0d2f5a1e103621b5f0f55bda03a2cfac0cc9f64d (patch)
tree652210622b4780936adb2854ed197f6fd7f7927e /PKGBUILD
parent05163a002b77c5aa881b0b42935e2c274fcd8bb7 (diff)
downloadaur-0d2f5a1e103621b5f0f55bda03a2cfac0cc9f64d.tar.gz
Update version Grype
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bde26788dec..39c947298f62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='grype'
-pkgver=0.15.0
+pkgver=0.17.0
pkgrel=1
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')
-license=('APACHE')
+license=('Apache')
source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz")
-md5sums=('a27cef418bf44714facb4c991dd9fdd0')
+sha256sums=('03fbad48529446074bd3ee4767a10ca5ef1a8f37f429f5283b52da3d21f922a8')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/${pkgname}"
} \ No newline at end of file