summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVarakh2023-06-06 07:57:07 +0200
committerVarakh2023-06-06 07:57:07 +0200
commitd273d67cc15c7b1943e144d864b17ff6239da810 (patch)
treefd52a538c20b0787302c49392b50354f352f7b82 /PKGBUILD
parentedec871fe1934c63c1e63494dec2df9fa96692cf (diff)
downloadaur-d273d67cc15c7b1943e144d864b17ff6239da810.tar.gz
Update to 0.62.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5b6009319ad..616fa34708a6 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.2
+pkgver=0.62.3
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=('fc562bd5d7bc5d49b738b740cdd7c02c72505c73fdd7e38a460d640b56cfca7a')
+sha256sums=('274edb56e39da44e8d8987e027fbf022e386c736956e88a9e404ebfc173bcbc7')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}