summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2022-11-20 11:08:37 +0100
committerVarakh2022-11-20 11:08:37 +0100
commit44b5bf24d914548704fdb22e5066a872a802a959 (patch)
treecc276661a08f932101eebc83fa6ad88fb3158b11
parenta1ee6efb5f9b230ab2004cfc760fe5a2802b5826 (diff)
downloadaur-44b5bf24d914548704fdb22e5066a872a802a959.tar.gz
Update to 0.53.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57c4e5fbad08..b189d96f686e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.52.0
+ pkgver = 0.53.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.52.0/grype_0.52.0_linux_amd64.tar.gz
- sha256sums = 17a180910d752c6014090174be0e7059c3f1229c9899faac3ef6a6a6cbc4491a
+ source = https://github.com/anchore/grype/releases/download/v0.53.0/grype_0.53.0_linux_amd64.tar.gz
+ sha256sums = c55e2741f8965b569df81cbbb86bcd197e24555f23adcee7822123d87a655387
pkgname = grype-bin
diff --git a/PKGBUILD b/PKGBUILD
index b9a0fda04060..1a94c55e7b79 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.52.0
+pkgver=0.53.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=('17a180910d752c6014090174be0e7059c3f1229c9899faac3ef6a6a6cbc4491a')
+sha256sums=('c55e2741f8965b569df81cbbb86bcd197e24555f23adcee7822123d87a655387')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}