summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-12-15 14:34:39 +0100
committerM0Rf302023-12-15 14:34:39 +0100
commit8bfdd21bb083440e02f29c378cf1065d2c3cdcde (patch)
tree13a493d5405ccf74369e2b97479e7e886a2bacd0
parentc1bd4f52d5ba866338f30a4cf24af4a706595b65 (diff)
downloadaur-8bfdd21bb083440e02f29c378cf1065d2c3cdcde.tar.gz
dependency-check-cli: 9.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f98dbe63c63d..990c94c91cf7 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.5
+ pkgver = 9.0.6
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.5/dependency-check-9.0.5-release.zip
- sha256sums = 7cd75e8f537c057f491eda2a6fbb864d1628318566f6d38d6995097bc65d58bb
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v9.0.6/dependency-check-9.0.6-release.zip
+ sha256sums = d36982311bdcc0124c5570b025e97a21ea9c490f783f8da37f2d06825f30fc76
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0e69bd13a4ab..1413589b67d0 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.5
+pkgver=9.0.6
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=('7cd75e8f537c057f491eda2a6fbb864d1628318566f6d38d6995097bc65d58bb')
+sha256sums=('d36982311bdcc0124c5570b025e97a21ea9c490f783f8da37f2d06825f30fc76')