mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Bump to 0.87.0
This commit is contained in:
parent
9fba1cef10
commit
660608f3eb
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = grype-bin
|
||||
pkgdesc = A vulnerability scanner for container images and filesystems.
|
||||
pkgver = 0.86.1
|
||||
pkgver = 0.87.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/anchore/grype
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
source = https://github.com/anchore/grype/releases/download/v0.86.1/grype_0.86.1_linux_amd64.tar.gz
|
||||
sha256sums = 2d1533dae213a27b741e0cb31b2cd354159a283325475512ae90c1c2412f4098
|
||||
source = https://github.com/anchore/grype/releases/download/v0.87.0/grype_0.87.0_linux_amd64.tar.gz
|
||||
sha256sums = be710d15f5477e5c77ce03d14e480263415d7ab135e04b8483663f688823087d
|
||||
|
||||
pkgname = grype-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Varakh <varakh@varakh.de>
|
||||
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
|
||||
pkgname='grype-bin'
|
||||
pkgver=0.86.1
|
||||
pkgver=0.87.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=('2d1533dae213a27b741e0cb31b2cd354159a283325475512ae90c1c2412f4098')
|
||||
sha256sums=('be710d15f5477e5c77ce03d14e480263415d7ab135e04b8483663f688823087d')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue