summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf37438cea46..1f27c68f6f3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.48.0
+ pkgver = 0.50.1
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.48.0/grype_0.48.0_linux_amd64.tar.gz
- sha256sums = 1de013f33a235d0c25f7dc496f7efd1621712ab4bc9f327652c62d1af4bdeb64
+ source = https://github.com/anchore/grype/releases/download/v0.50.1/grype_0.50.1_linux_amd64.tar.gz
+ sha256sums = af8a25952f3f4b6ffe80a9ae49a27ace42b6b40d2cbe9981c9e057204e706ae3
pkgname = grype-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea5f3debd9a6..db3eefdf3194 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.48.0
+pkgver=0.50.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=('1de013f33a235d0c25f7dc496f7efd1621712ab4bc9f327652c62d1af4bdeb64')
+sha256sums=('af8a25952f3f4b6ffe80a9ae49a27ace42b6b40d2cbe9981c9e057204e706ae3')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}