mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Bump to 0.81.0
This commit is contained in:
parent
4d7a50afb8
commit
d14e7dc35e
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = grype-bin
|
||||
pkgdesc = A vulnerability scanner for container images and filesystems.
|
||||
pkgver = 0.80.2
|
||||
pkgver = 0.81.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/anchore/grype
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
source = https://github.com/anchore/grype/releases/download/v0.80.2/grype_0.80.2_linux_amd64.tar.gz
|
||||
sha256sums = 42398255db4abc246d616e6e1bb7ce2565d05358c8a2308a2d1df37d7de10aec
|
||||
source = https://github.com/anchore/grype/releases/download/v0.81.0/grype_0.81.0_linux_amd64.tar.gz
|
||||
sha256sums = 07c26f84ad8ce782ba2aa769a595b34befbb4f3bc6dff0da6095f2faee3585e2
|
||||
|
||||
pkgname = grype-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Varakh <varakh@varakh.de>
|
||||
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
|
||||
pkgname='grype-bin'
|
||||
pkgver=0.80.2
|
||||
pkgver=0.81.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=('42398255db4abc246d616e6e1bb7ce2565d05358c8a2308a2d1df37d7de10aec')
|
||||
sha256sums=('07c26f84ad8ce782ba2aa769a595b34befbb4f3bc6dff0da6095f2faee3585e2')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue