summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39fc86341549..afdb4aedbd09 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 = 9.0.7
+ pkgver = 9.0.8
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/v9.0.7/dependency-check-9.0.7-release.zip
- sha256sums = 676cb84749bbe548fa468b87c6e70f28066d32af3f2ff6b9d8e997e75330f002
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v9.0.8/dependency-check-9.0.8-release.zip
+ sha256sums = 5e18aa185620f81a4f43ca72764d85fa46d155a2dac49e22c69b2031acfaad24
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index e738eb5c0038..657fc2609e17 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=9.0.7
+pkgver=9.0.8
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=('676cb84749bbe548fa468b87c6e70f28066d32af3f2ff6b9d8e997e75330f002')
+sha256sums=('5e18aa185620f81a4f43ca72764d85fa46d155a2dac49e22c69b2031acfaad24')