mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
0.47.2
This commit is contained in:
parent
db91f283e8
commit
ded698d5a4
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = grype-db-bin
|
||||
pkgdesc = Application to create a Grype vulnerability database from upstream vulnerability data sources
|
||||
pkgver = 0.47.1
|
||||
pkgver = 0.47.2
|
||||
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.47.1/grype-db_0.47.1_linux_amd64.tar.gz
|
||||
sha256sums = cfe2bf5fc1b7cd67d5df7ea5571ae938cc6b48132ae425c5aa2fd6a84cd98b4c
|
||||
source = https://github.com/anchore/grype-db/releases/download/v0.47.2/grype-db_0.47.2_linux_amd64.tar.gz
|
||||
sha256sums = fe08377094034e858d1d50a121dd1f9203ac20d38c5ddfb2d4f5aabaa59f824b
|
||||
|
||||
pkgname = grype-db-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Adam Chovanec <git@adamchovanec.cz>
|
||||
pkgname='grype-db-bin'
|
||||
pkgver=0.47.1
|
||||
pkgver=0.47.2
|
||||
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=('cfe2bf5fc1b7cd67d5df7ea5571ae938cc6b48132ae425c5aa2fd6a84cd98b4c')
|
||||
sha256sums=('fe08377094034e858d1d50a121dd1f9203ac20d38c5ddfb2d4f5aabaa59f824b')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype-db" "${pkgdir}/usr/bin/grype-db"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue