summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVarakh2023-06-30 17:59:51 +0200
committerVarakh2023-06-30 17:59:51 +0200
commit466a906b39c6dbc1f521cdcd259bafc0df62b40c (patch)
treec103f65cfc44ea1b80e48a47c0d2ca6c5476ea95 /PKGBUILD
parent85f50f9f1173052d6719c275e92623dc11c17e7e (diff)
downloadaur-466a906b39c6dbc1f521cdcd259bafc0df62b40c.tar.gz
Bump to 0.63.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8754d965cbe..7e64c57bfde1 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.63.0
+pkgver=0.63.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=('835b22f547bae314f5334c2ac07ca6fa42e1ed329c3f4e07e724667cba38faf7')
+sha256sums=('12631d41738f01c427c2b2d0b31691206ddb3111f5e8c40aadafd2d1997a0a77')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}