mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Bump to 0.80.1
This commit is contained in:
parent
b4f79db29e
commit
58866f3ce2
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.0
|
||||
pkgver = 0.80.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/anchore/grype
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
source = https://github.com/anchore/grype/releases/download/v0.80.0/grype_0.80.0_linux_amd64.tar.gz
|
||||
sha256sums = a86a90074129cb72b47476f6ac3959eab95fba71f095521f5c8e58152463bd24
|
||||
source = https://github.com/anchore/grype/releases/download/v0.80.1/grype_0.80.1_linux_amd64.tar.gz
|
||||
sha256sums = 4491f90138eb8c3533d85fd36da785d1f0d230f67e7ed293839d8cac0bca83b5
|
||||
|
||||
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.0
|
||||
pkgver=0.80.1
|
||||
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=('a86a90074129cb72b47476f6ac3959eab95fba71f095521f5c8e58152463bd24')
|
||||
sha256sums=('4491f90138eb8c3533d85fd36da785d1f0d230f67e7ed293839d8cac0bca83b5')
|
||||
package() {
|
||||
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue