mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Bump to 0.68.0
This commit is contained in:
parent
04c15241f4
commit
070f4f8f18
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.67.0
|
||||
pkgver = 0.68.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/anchore/grype
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
source = https://github.com/anchore/grype/releases/download/v0.67.0/grype_0.67.0_linux_amd64.tar.gz
|
||||
sha256sums = 77d5d35e092ab70b110aec98410996d6e030e1f35f6f9c57d6ec9d7e2c9e1274
|
||||
source = https://github.com/anchore/grype/releases/download/v0.68.0/grype_0.68.0_linux_amd64.tar.gz
|
||||
sha256sums = 630c092016ac5379e5390f93eba5afa181333ac338b617dc26b7b5a1aa89c75b
|
||||
|
||||
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.67.0
|
||||
pkgver=0.68.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=('77d5d35e092ab70b110aec98410996d6e030e1f35f6f9c57d6ec9d7e2c9e1274')
|
||||
sha256sums=('630c092016ac5379e5390f93eba5afa181333ac338b617dc26b7b5a1aa89c75b')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue