mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Bump to 0.78.0
This commit is contained in:
parent
b73052b842
commit
bfdf42eb18
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.77.4
|
||||
pkgver = 0.78.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/anchore/grype
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
source = https://github.com/anchore/grype/releases/download/v0.77.4/grype_0.77.4_linux_amd64.tar.gz
|
||||
sha256sums = 95afaf6b8f3e805a693a8643d0dd3013c871f21f2614f9ef8ff0b82f245cd129
|
||||
source = https://github.com/anchore/grype/releases/download/v0.78.0/grype_0.78.0_linux_amd64.tar.gz
|
||||
sha256sums = 6037fd3763b6112302b98db559bb5390fbb06f0011c0585a4be03ca851daa838
|
||||
|
||||
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.77.4
|
||||
pkgver=0.78.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=('95afaf6b8f3e805a693a8643d0dd3013c871f21f2614f9ef8ff0b82f245cd129')
|
||||
sha256sums=('6037fd3763b6112302b98db559bb5390fbb06f0011c0585a4be03ca851daa838')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue