summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-11-26 14:06:22 +0100
committerM0Rf302023-11-26 14:06:22 +0100
commit73aba177f3200c8699516cc47b47d6c639e355ff (patch)
treec40edd19707cf11a1f72af7741f921d08d7e9420
parent39cd481b1482684feeb814f4b2e09c67f3bfd0ad (diff)
downloadaur-73aba177f3200c8699516cc47b47d6c639e355ff.tar.gz
dependency-check-cli: 9.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3420297183ae..f951b73425df 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.4.0
+ pkgver = 9.0.1
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.4.0/dependency-check-8.4.0-release.zip
- sha256sums = 937a6bf8ced9d8494767082c1f588f26ea379324cb089dabb045321e8b0ab01a
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v9.0.1/dependency-check-9.0.1-release.zip
+ sha256sums = 4b1ad9bbbbc300b1955adc47570d7f0c7b9e70261e1dd1c03392de717ae392f9
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index a9413425568a..3733bdf8b10b 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.4.0
+pkgver=9.0.1
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=('937a6bf8ced9d8494767082c1f588f26ea379324cb089dabb045321e8b0ab01a')
+sha256sums=('4b1ad9bbbbc300b1955adc47570d7f0c7b9e70261e1dd1c03392de717ae392f9')