summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2023-06-30 17:59:51 +0200
committerVarakh2023-06-30 17:59:51 +0200
commit466a906b39c6dbc1f521cdcd259bafc0df62b40c (patch)
treec103f65cfc44ea1b80e48a47c0d2ca6c5476ea95
parent85f50f9f1173052d6719c275e92623dc11c17e7e (diff)
downloadaur-466a906b39c6dbc1f521cdcd259bafc0df62b40c.tar.gz
Bump to 0.63.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 651f773ed854..41a48e75c53c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.63.0
+ pkgver = 0.63.1
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.63.0/grype_0.63.0_linux_amd64.tar.gz
- sha256sums = 835b22f547bae314f5334c2ac07ca6fa42e1ed329c3f4e07e724667cba38faf7
+ source = https://github.com/anchore/grype/releases/download/v0.63.1/grype_0.63.1_linux_amd64.tar.gz
+ sha256sums = 12631d41738f01c427c2b2d0b31691206ddb3111f5e8c40aadafd2d1997a0a77
pkgname = grype-bin
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"
}