summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302024-01-05 00:10:56 +0100
committerM0Rf302024-01-05 00:10:56 +0100
commitba474fa91944fe37fef80b3fcc3010684eed4ad1 (patch)
treeb7246391ee9595db51083eee445aac275134a3ac
parent8bfdd21bb083440e02f29c378cf1065d2c3cdcde (diff)
downloadaur-ba474fa91944fe37fef80b3fcc3010684eed4ad1.tar.gz
dependency-check-cli: 9.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 990c94c91cf7..39fc86341549 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.6
+ pkgver = 9.0.7
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.6/dependency-check-9.0.6-release.zip
- sha256sums = d36982311bdcc0124c5570b025e97a21ea9c490f783f8da37f2d06825f30fc76
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v9.0.7/dependency-check-9.0.7-release.zip
+ sha256sums = 676cb84749bbe548fa468b87c6e70f28066d32af3f2ff6b9d8e997e75330f002
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index 1413589b67d0..e738eb5c0038 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.6
+pkgver=9.0.7
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=('d36982311bdcc0124c5570b025e97a21ea9c490f783f8da37f2d06825f30fc76')
+sha256sums=('676cb84749bbe548fa468b87c6e70f28066d32af3f2ff6b9d8e997e75330f002')