summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-12-14 17:07:14 +0100
committerM0Rf302023-12-14 17:07:14 +0100
commitc1bd4f52d5ba866338f30a4cf24af4a706595b65 (patch)
treec74f4c18a0e0d2e963d78d13369048d1c4213b6e
parent73aba177f3200c8699516cc47b47d6c639e355ff (diff)
downloadaur-c1bd4f52d5ba866338f30a4cf24af4a706595b65.tar.gz
dependency-check-cli: 9.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f951b73425df..f98dbe63c63d 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.1
+ pkgver = 9.0.5
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.1/dependency-check-9.0.1-release.zip
- sha256sums = 4b1ad9bbbbc300b1955adc47570d7f0c7b9e70261e1dd1c03392de717ae392f9
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v9.0.5/dependency-check-9.0.5-release.zip
+ sha256sums = 7cd75e8f537c057f491eda2a6fbb864d1628318566f6d38d6995097bc65d58bb
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index 3733bdf8b10b..0e69bd13a4ab 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.1
+pkgver=9.0.5
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=('4b1ad9bbbbc300b1955adc47570d7f0c7b9e70261e1dd1c03392de717ae392f9')
+sha256sums=('7cd75e8f537c057f491eda2a6fbb864d1628318566f6d38d6995097bc65d58bb')