mirror of
https://github.com/archlinux/aur.git
synced 2026-03-02 15:40:39 +01:00
Update to 0.60.0
This commit is contained in:
parent
796a427e51
commit
e8807b221f
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.59.1
|
||||
pkgver = 0.60.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/anchore/grype
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
source = https://github.com/anchore/grype/releases/download/v0.59.1/grype_0.59.1_linux_amd64.tar.gz
|
||||
sha256sums = 19181c277044c642c0d2122e386031cc55bd1b1b662f82ec89b215c91af73cdf
|
||||
source = https://github.com/anchore/grype/releases/download/v0.60.0/grype_0.60.0_linux_amd64.tar.gz
|
||||
sha256sums = f9aad2d72b7c4cf352a001256f2f448a916512ff90a07321346358b808c0f56a
|
||||
|
||||
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.59.1
|
||||
pkgver=0.60.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=('19181c277044c642c0d2122e386031cc55bd1b1b662f82ec89b215c91af73cdf')
|
||||
sha256sums=('f9aad2d72b7c4cf352a001256f2f448a916512ff90a07321346358b808c0f56a')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue