summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Del Rosario2022-06-10 18:22:49 +0000
committerRay Del Rosario2022-06-10 18:22:49 +0000
commitfd79c2cc4f5f75e72c28b748844c201db1dfda4a (patch)
tree970b4b82bea246660d9a6f4c3007a765f3450645
parent3f19c86c069d21fa2fa258b90940e2693607a40a (diff)
downloadaur-fd79c2cc4f5f75e72c28b748844c201db1dfda4a.tar.gz
Fix: Update .SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60bf215f6800..1d68bbac7f1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.38.0
- pkgrel = 1
+ pkgver = 0.39.0
+ pkgrel = 2
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.38.0/grype_0.38.0_linux_amd64.tar.gz
- sha256sums = da3e8d90bdbf0917034c35d745e6d53aa80f9e7034d75ae71056e07a22fd0a13
+ source = https://github.com/anchore/grype/releases/download/v0.39.0/grype_0.39.0_linux_amd64.tar.gz
+ sha256sums = 4ef7eade18408b2422c473b35712c50dd2fb6558c895fb3f7a90d262c21c5074
pkgname = grype-bin
diff --git a/PKGBUILD b/PKGBUILD
index 96c5fa85e4cf..365233e801c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
pkgver=0.39.0
-pkgrel=1
+pkgrel=2
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')