summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2023-05-27 09:55:34 +0200
committerVarakh2023-05-27 09:55:34 +0200
commitedec871fe1934c63c1e63494dec2df9fa96692cf (patch)
tree8189e010d11b4b88a6467065201cd5468a0e8f26
parent584b135e35aebd30e28476ab875174dc1da7705a (diff)
downloadaur-edec871fe1934c63c1e63494dec2df9fa96692cf.tar.gz
Bump to 0.62.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 293e6e709ea3..51f3202ac21f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.62.1
+ pkgver = 0.62.2
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.62.1/grype_0.62.1_linux_amd64.tar.gz
- sha256sums = 5e46e5791877b8decd84a6fbb8f842a3d8893a38d2eb1c0b615b8447238bfc08
+ source = https://github.com/anchore/grype/releases/download/v0.62.2/grype_0.62.2_linux_amd64.tar.gz
+ sha256sums = fc562bd5d7bc5d49b738b740cdd7c02c72505c73fdd7e38a460d640b56cfca7a
pkgname = grype-bin
diff --git a/PKGBUILD b/PKGBUILD
index ca9344ca02e3..d5b6009319ad 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.62.1
+pkgver=0.62.2
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=('5e46e5791877b8decd84a6fbb8f842a3d8893a38d2eb1c0b615b8447238bfc08')
+sha256sums=('fc562bd5d7bc5d49b738b740cdd7c02c72505c73fdd7e38a460d640b56cfca7a')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}