diff --git a/.SRCINFO b/.SRCINFO index 08a4862af533..4874773280dc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = grype-bin pkgdesc = A vulnerability scanner for container images and filesystems. - pkgver = 0.104.2 + pkgver = 0.104.3 pkgrel = 1 url = https://github.com/anchore/grype arch = x86_64 license = Apache-2.0 - source = https://github.com/anchore/grype/releases/download/v0.104.2/grype_0.104.2_linux_amd64.tar.gz - sha256sums = 8d5c86303693340a7e8c1131c683092dbd6ff1e1f138387c3c94a60f90e66882 + source = https://github.com/anchore/grype/releases/download/v0.104.3/grype_0.104.3_linux_amd64.tar.gz + sha256sums = 2e33177f2fba9b67c352019d2f526e7d730fed398902e5fce17d35149626eedb pkgname = grype-bin diff --git a/PKGBUILD b/PKGBUILD index a2235f9ac31b..d30b5f3a8968 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Ex-Maintainer: Varakh # Ex-Maintainer: Ray Del Rosario pkgname='grype-bin' -pkgver=0.104.2 +pkgver=0.104.3 pkgrel=1 pkgdesc='A vulnerability scanner for container images and filesystems.' url='https://github.com/anchore/grype' arch=('x86_64') license=('Apache-2.0') source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz") -sha256sums=('8d5c86303693340a7e8c1131c683092dbd6ff1e1f138387c3c94a60f90e66882') +sha256sums=('2e33177f2fba9b67c352019d2f526e7d730fed398902e5fce17d35149626eedb') package() { "$srcdir/grype" completion zsh > "$srcdir/zsh_grype" "$srcdir/grype" completion fish > "${srcdir}/fish_grype"