diff --git a/.SRCINFO b/.SRCINFO index 7d9c7345766e..7b6227745dce 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = grype-db-bin pkgdesc = Application to create a Grype vulnerability database from upstream vulnerability data sources - pkgver = 0.49.0 + pkgver = 0.50.0 pkgrel = 1 url = https://github.com/anchore/grype-db arch = x86_64 license = Apache-2.0 - source = https://github.com/anchore/grype-db/releases/download/v0.49.0/grype-db_0.49.0_linux_amd64.tar.gz - sha256sums = 59ba465b043674935e8ccdac5ae2ab8fe2038bdbebce9d0f5fe130de91bc282b + source = https://github.com/anchore/grype-db/releases/download/v0.50.0/grype-db_0.50.0_linux_amd64.tar.gz + sha256sums = 4998f349d5e11e35f8169ebbcac5d52bfb5f77cb629358b4cbf9862e0e3e7327 pkgname = grype-db-bin diff --git a/PKGBUILD b/PKGBUILD index ed51a47402a3..235d60e6b839 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Adam Chovanec pkgname='grype-db-bin' -pkgver=0.49.0 +pkgver=0.50.0 pkgrel=1 pkgdesc='Application to create a Grype vulnerability database from upstream vulnerability data sources' url='https://github.com/anchore/grype-db' arch=('x86_64') license=('Apache-2.0') source=("https://github.com/anchore/grype-db/releases/download/v${pkgver}/grype-db_${pkgver}_linux_amd64.tar.gz") -sha256sums=('59ba465b043674935e8ccdac5ae2ab8fe2038bdbebce9d0f5fe130de91bc282b') +sha256sums=('4998f349d5e11e35f8169ebbcac5d52bfb5f77cb629358b4cbf9862e0e3e7327') package() { install -Dm755 "$srcdir/grype-db" "${pkgdir}/usr/bin/grype-db" }