aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-29 14:38:31 +0200
committerTBK <tbk@jjtc.eu>2020-03-29 13:34:17 +0000
commit27d24b12e3cf6eaaed61366138f08a17c7852dfe (patch)
tree52b78070b6c04c07f0ec2518ad7c59faaa2fee1f /testing
parent4caac272b5862db2f0c075cc5175e7a20b3e92b7 (diff)
downloadaports-27d24b12e3cf6eaaed61366138f08a17c7852dfe.tar.bz2
aports-27d24b12e3cf6eaaed61366138f08a17c7852dfe.tar.xz
testing/trivy: upgrade to 0.5.3
Diffstat (limited to 'testing')
-rw-r--r--testing/trivy/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/trivy/APKBUILD b/testing/trivy/APKBUILD
index ee8a98e0f5..f059322515 100644
--- a/testing/trivy/APKBUILD
+++ b/testing/trivy/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: TBK <alpine@jjtc.eu>
# Maintainer: TBK <alpine@jjtc.eu>
pkgname=trivy
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=0
pkgdesc="A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI"
url="https://github.com/aquasecurity/trivy"
-arch="all !s390x" # tests SIGSEGV on s390x
-license="AGPL-3.0-or-later"
+arch="all !s390x" # tests SIGSEGV on s390x - https://github.com/aquasecurity/trivy/issues/430
+license="Apache 2.0"
makedepends="btrfs-progs-dev go linux-headers lvm2-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/aquasecurity/trivy/archive/v$pkgver.tar.gz"
builddir="$srcdir/src/github.com/aquasecurity/$pkgname"
@@ -29,4 +29,4 @@ package() {
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
}
-sha512sums="e0b92a064564c02a293cdaa31abc7c7416655c22bbd5c7dce2a89b7c07fe9471bc80425a156f22f4f04cc5c8725933379138bc2e187e7813ab20cc7d75b895c8 trivy-0.5.2.tar.gz"
+sha512sums="f7ef4e094efbde6a34fc9bcbf6a473355e92fae5d4e335e410b40bde9a6128ca5da8139380646bf8d698cbd54b264db789a8a4e82df445daf041fe691e54c817 trivy-0.5.3.tar.gz"