mirror of
https://github.com/archlinux/aur.git
synced 2026-02-12 11:03:36 +01:00
Bump to 0.64.2
This commit is contained in:
parent
466a906b39
commit
4f9df3f12b
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.63.1
|
||||
pkgver = 0.64.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/anchore/grype
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
source = https://github.com/anchore/grype/releases/download/v0.63.1/grype_0.63.1_linux_amd64.tar.gz
|
||||
sha256sums = 12631d41738f01c427c2b2d0b31691206ddb3111f5e8c40aadafd2d1997a0a77
|
||||
source = https://github.com/anchore/grype/releases/download/v0.64.2/grype_0.64.2_linux_amd64.tar.gz
|
||||
sha256sums = 449dc01f6158610a49aee5699ea4486b9937090175dee05eafe35a1499f2c9e9
|
||||
|
||||
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.63.1
|
||||
pkgver=0.64.2
|
||||
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=('12631d41738f01c427c2b2d0b31691206ddb3111f5e8c40aadafd2d1997a0a77')
|
||||
sha256sums=('449dc01f6158610a49aee5699ea4486b9937090175dee05eafe35a1499f2c9e9')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue