summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6339390fbf1..844916dd4f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.17.0
+ pkgver = 0.34.7
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.17.0/grype_0.17.0_linux_amd64.tar.gz
- sha256sums = 03fbad48529446074bd3ee4767a10ca5ef1a8f37f429f5283b52da3d21f922a8
+ source = https://github.com/anchore/grype/releases/download/v0.34.7/grype_0.34.7_linux_amd64.tar.gz
+ sha256sums = 5b2e495135a1ae11f43817ae49fcc9689fb358bdd2867b19d70ecf6dba1b1012
pkgname = grype
diff --git a/.gitignore b/.gitignore
index f695fe7cce1d..65571cfa808a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
-src
-grype_* \ No newline at end of file
+*
+!.SRCINFO
+!PKGBUILD \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 39c947298f62..1c3e309973b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='grype'
-pkgver=0.17.0
+pkgver=0.34.7
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=('03fbad48529446074bd3ee4767a10ca5ef1a8f37f429f5283b52da3d21f922a8')
+sha256sums=('5b2e495135a1ae11f43817ae49fcc9689fb358bdd2867b19d70ecf6dba1b1012')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/${pkgname}"
-} \ No newline at end of file
+}