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 c301397bf4fb..473828f5174a 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 = 6.5.1
+ pkgver = 6.5.2
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/v6.5.1/dependency-check-6.5.1-release.zip
- sha256sums = b99626a16ee9e761d1747502856896c05386aad777da3a7a5ca21c31d55694fb
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v6.5.2/dependency-check-6.5.2-release.zip
+ sha256sums = 2c1d236501aed7895e3f665ba931bd230d5e4d94b9196d231bf260aa5b0be2e9
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index dc9830d9ed6d..76de7ebbf052 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=6.5.1
+pkgver=6.5.2
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')
@@ -21,4 +21,4 @@ package() {
ln -s /opt/${pkgname%%-cli}/bin/dependency-check.sh "${pkgdir}"/usr/bin/dependency-check
}
-sha256sums=('b99626a16ee9e761d1747502856896c05386aad777da3a7a5ca21c31d55694fb')
+sha256sums=('2c1d236501aed7895e3f665ba931bd230d5e4d94b9196d231bf260aa5b0be2e9')