summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-02-11 02:40:03 +0100
committerM0Rf302023-02-11 02:40:03 +0100
commita2e634f780344844c3e031ee47130b397da046b4 (patch)
tree1d819897b660f4f99d6ba4f63e5aef5ebfb698ed
parent7c6ee2c38db23156bcc77e6947b117ae1991dd57 (diff)
downloadaur-a2e634f780344844c3e031ee47130b397da046b4.tar.gz
dependency-check-cli: 8.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63bce297aa16..8eff0c0eda92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dependency-check-cli
pkgdesc = Dependency-Check is a Software Composition Analysis (SCA) tool that attempts to detect publicly disclosed vulnerabilities contained within a project's dependencies.
- pkgver = 8.0.1
+ pkgver = 8.0.2
pkgrel = 1
url = https://github.com/jeremylong/DependencyCheck
install = dependency-check-cli.install
arch = any
license = Apache
depends = java-runtime
- source = https://github.com/jeremylong/DependencyCheck/releases/download/v8.0.1/dependency-check-8.0.1-release.zip
- sha256sums = 958c96d608f734c31f7a8b297d818c8cfa9b085eb808c40cf9a83f57b154d2a6
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v8.0.2/dependency-check-8.0.2-release.zip
+ sha256sums = 7e2a9710d417d13d10d8694ae9e3505d2742acd81778869cd684a4c102bc3c7e
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index cea7f9939c81..3d3c101198c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: François-Xavier Bru <francoisxavier.bru at orange dot com>
pkgname=dependency-check-cli
-pkgver=8.0.1
+pkgver=8.0.2
pkgrel=1
pkgdesc="Dependency-Check is a Software Composition Analysis (SCA) tool that attempts to detect publicly disclosed vulnerabilities contained within a project's dependencies."
arch=('any')
@@ -23,4 +23,4 @@ package() {
"${pkgdir}"/usr/bin/dependency-check
}
-sha256sums=('958c96d608f734c31f7a8b297d818c8cfa9b085eb808c40cf9a83f57b154d2a6')
+sha256sums=('7e2a9710d417d13d10d8694ae9e3505d2742acd81778869cd684a4c102bc3c7e')