diff --git a/.SRCINFO b/.SRCINFO index 793011789acc..ec5904fee620 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = grype-bin pkgdesc = A vulnerability scanner for container images and filesystems. - pkgver = 0.81.0 + pkgver = 0.82.0 pkgrel = 1 url = https://github.com/anchore/grype arch = x86_64 license = Apache - source = https://github.com/anchore/grype/releases/download/v0.81.0/grype_0.81.0_linux_amd64.tar.gz - sha256sums = 07c26f84ad8ce782ba2aa769a595b34befbb4f3bc6dff0da6095f2faee3585e2 + source = https://github.com/anchore/grype/releases/download/v0.82.0/grype_0.82.0_linux_amd64.tar.gz + sha256sums = 36d9ceedbc9538f7d2789a4ab6c4e7f1cae77460ee5c3692ee1820e4a61781e0 pkgname = grype-bin diff --git a/PKGBUILD b/PKGBUILD index d01f22b78e7f..b93fbceb468e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Varakh # Ex-Maintainer: Ray Del Rosario pkgname='grype-bin' -pkgver=0.81.0 +pkgver=0.82.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=('07c26f84ad8ce782ba2aa769a595b34befbb4f3bc6dff0da6095f2faee3585e2') +sha256sums=('36d9ceedbc9538f7d2789a4ab6c4e7f1cae77460ee5c3692ee1820e4a61781e0') package() { install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype" }