grype: Update to 0.100.0
This commit is contained in:
parent
b2987eb05c
commit
02eb01e56e
@ -3,7 +3,7 @@
|
||||
_realname=grype
|
||||
pkgbase="mingw-w64-${_realname}"
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=0.99.1
|
||||
pkgver=0.100.0
|
||||
pkgrel=1
|
||||
pkgdesc="Vulnerability scanner for container images, filesystems, and SBOMs (mingw-w64)"
|
||||
arch=('any')
|
||||
@ -16,9 +16,12 @@ makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-go"
|
||||
"${MINGW_PACKAGE_PREFIX}-cc"
|
||||
)
|
||||
msys2_references=(
|
||||
'purl: pkg:golang/github.com/anchore/grype'
|
||||
)
|
||||
source=("${_realname}-${pkgver}.tar.gz::https://github.com/anchore/grype/archive/v${pkgver}.tar.gz")
|
||||
noextract=("${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('0f5e294615013e4f4a757064540696e52546c1b8bdef65ea9b1ccc3ddd49d39a')
|
||||
sha256sums=('695f9fe9b446a5cd7fbe85510279a8a7513bfe840beb96334c8540871bab7cbd')
|
||||
|
||||
prepare() {
|
||||
tar -xf "${_realname}-${pkgver}.tar.gz" || true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user