diff --git a/.SRCINFO b/.SRCINFO index 50260af960e4..204807ce305c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = grype-bin pkgdesc = A vulnerability scanner for container images and filesystems. - pkgver = 0.103.0 + pkgver = 0.104.0 pkgrel = 1 url = https://github.com/anchore/grype arch = x86_64 license = Apache-2.0 - source = https://github.com/anchore/grype/releases/download/v0.103.0/grype_0.103.0_linux_amd64.tar.gz - sha256sums = 6985e58104cb08522a50f87aa3edcc1062b2fced539113cff4fe45cae2da5e44 + source = https://github.com/anchore/grype/releases/download/v0.104.0/grype_0.104.0_linux_amd64.tar.gz + sha256sums = 862816d0addab60968f9401fe5dbaeaf244bf86a3f759003103c11efe151b31d pkgname = grype-bin diff --git a/PKGBUILD b/PKGBUILD index 31750eda8005..bab0675d89f7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,14 @@ # Ex-Maintainer: Varakh # Ex-Maintainer: Ray Del Rosario pkgname='grype-bin' -pkgver=0.103.0 +pkgver=0.104.0 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=('6985e58104cb08522a50f87aa3edcc1062b2fced539113cff4fe45cae2da5e44') +sha256sums=('862816d0addab60968f9401fe5dbaeaf244bf86a3f759003103c11efe151b31d') package() { "$srcdir/grype" completion zsh > "$srcdir/zsh_grype" "$srcdir/grype" completion fish > "${srcdir}/fish_grype"