summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2020-06-20 21:55:10 -0600
committerLuis Pérez2020-06-20 21:55:10 -0600
commite7c1c6413ac8c31babaa362a5a712ea619eec256 (patch)
tree8754bef0968a9acc8ca1948518436d4c28df5a00
parent4fda2990c8fa81bdfa3d6e93d7e14df3bfd9af63 (diff)
downloadaur-e7c1c6413ac8c31babaa362a5a712ea619eec256.tar.gz
fixing version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a53c81baeda8..46b63192a553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = trivy-bin
pkgdesc = A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI
- pkgver = 0.9.0
- pkgrel = 1
+ pkgver = 0.9.1
+ pkgrel = 2
url = https://github.com/aquasecurity/trivy
arch = x86_64
license = AGPL
provides = trivy
conflicts = trivy
- source = https://github.com/aquasecurity/trivy/releases/download/v0.9.0/trivy_0.9.0_Linux-64bit.tar.gz
+ source = https://github.com/aquasecurity/trivy/releases/download/v0.9.1/trivy_0.9.1_Linux-64bit.tar.gz
sha256sums = 9ab0afe0c1fe8610bf1691130f5023d38a7fd76fe57ffb32311d7bda30c920f1
pkgname = trivy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 16636e999202..3fe1a4406403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Luis Pérez <luis.perez@protonmail.com>
pkgname=trivy-bin
_pkgname=trivy
-pkgver=0.9.0
-pkgrel=1
+pkgver=0.9.1
+pkgrel=2
pkgdesc="A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI"
arch=(x86_64)
url="https://github.com/aquasecurity/trivy"