summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVarakh2023-05-24 17:52:46 +0200
committerVarakh2023-05-24 17:52:46 +0200
commit584b135e35aebd30e28476ab875174dc1da7705a (patch)
tree348b24c1e0e21b50fbcfe27f7cb10610f13d4673 /PKGBUILD
parent5cfc0046cbf4e701489059ddc70aa9403d39412e (diff)
downloadaur-584b135e35aebd30e28476ab875174dc1da7705a.tar.gz
Bump to 0.62.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89e353a03fe6..ca9344ca02e3 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.62.0
+pkgver=0.62.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=('39422cc2a1049099ae0d90267f6d59e3016e4060abadaffdbdec5365bc2fd810')
+sha256sums=('5e46e5791877b8decd84a6fbb8f842a3d8893a38d2eb1c0b615b8447238bfc08')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}