summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-10-02 10:28:59 +0200
committerM0Rf302021-10-02 10:28:59 +0200
commit502fffcac41817576126473ea7f6caef82b48896 (patch)
tree48567ec1fc8810d596867a1e3b844ef61238f897
parent1363c56bfdafbca3304e4559ad96b66377e89a1f (diff)
downloadaur-502fffcac41817576126473ea7f6caef82b48896.tar.gz
dependency-check-cli: 6.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e39c5f372ce..9c13e57fb007 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.3.1
+ pkgver = 6.3.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.3.1/dependency-check-6.3.1-release.zip
- sha256sums = 3650ef52aa66eeea1cd5f063670aec7304c2f2a3cd4cafd84bcf516660fbdfa2
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v6.3.2/dependency-check-6.3.2-release.zip
+ sha256sums = b13980f2b262a69b7e4f767e82f066a1f832c6d00f9998b605f475219f1b6a11
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index f5926a854712..f0d2ca81280f 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.3.1
+pkgver=6.3.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=('3650ef52aa66eeea1cd5f063670aec7304c2f2a3cd4cafd84bcf516660fbdfa2')
+sha256sums=('b13980f2b262a69b7e4f767e82f066a1f832c6d00f9998b605f475219f1b6a11')