summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVarakh2023-03-28 18:39:55 +0200
committerVarakh2023-03-28 18:39:55 +0200
commite8807b221fd147cd3d23489282371ce7e6c7179a (patch)
treea681f9a4e5d21e6aff844f6cd5939121ab30c124 /PKGBUILD
parent796a427e51a5c6718b6f90c1afd26490f08423a5 (diff)
downloadaur-e8807b221fd147cd3d23489282371ce7e6c7179a.tar.gz
Update to 0.60.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29c366cdd097..61c522e55f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Varakh <varakh@varakh.de>
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
-pkgver=0.59.1
+pkgver=0.60.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=('19181c277044c642c0d2122e386031cc55bd1b1b662f82ec89b215c91af73cdf')
+sha256sums=('f9aad2d72b7c4cf352a001256f2f448a916512ff90a07321346358b808c0f56a')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}