Skip to content

Commit

Permalink
community/grype: upgrade to 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolanski committed Nov 18, 2022
1 parent 511560a commit f1de113
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions community/grype/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Michał Polański <[email protected]>
# Maintainer: Michał Polański <[email protected]>
pkgname=grype
pkgver=0.52.0
pkgver=0.53.0
pkgrel=0
pkgdesc="Vulnerability scanner for container images, filesystems, and SBOMs"
url="https://github.com/anchore/grype"
Expand All @@ -17,9 +17,7 @@ subpackages="
source="https://github.com/anchore/grype/archive/v$pkgver/grype-$pkgver.tar.gz"
options="!check" # tests need docker

export GOFLAGS="$GOFLAGS -trimpath -mod=readonly -modcacherw"
export CGO_ENABLED=0

export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
Expand Down Expand Up @@ -48,5 +46,5 @@ package() {
}

sha512sums="
0de901dc79b9ed214dbd97df38c7f960da669f4a84fa4d9f62458a3a903f2f9099e59f65b8dea7ab5a1cf9df9111abd4768a96669630ab6d81db3fc29b2fa1de grype-0.52.0.tar.gz
19e3c63c51e44d403d6d67266302848ca463528d38b7250a48a721edfb69dd0eb81cc26a14921670b722dab1671755f13953571c526f7da3a0926acc64256562 grype-0.53.0.tar.gz
"

0 comments on commit f1de113

Please sign in to comment.