summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-08-22 18:04:26 +0200
committerM0Rf302022-08-22 18:04:26 +0200
commit6f27c135840482205c2ce19719542c29b519ff20 (patch)
treeb256799b372b4f1f0967da697082d9d1bb9b0d58
parentbbba8e14ad3b5807a00722c653e77af30f1e1b29 (diff)
downloadaur-6f27c135840482205c2ce19719542c29b519ff20.tar.gz
dependency-check-cli: 7.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92253729ff24..0a4070a57852 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 = 7.1.1
+ pkgver = 7.1.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/v7.1.1/dependency-check-7.1.1-release.zip
- sha256sums = 1070591e7ae2b9ed60384f58db489405c68856f544b8d27456eb3b153478ec8f
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v7.1.2/dependency-check-7.1.2-release.zip
+ sha256sums = 7edf1712e6fc649e7d708617d3ce2629e08bfdafe94c260aa8041bfc89e55404
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index 8ef26fc25e19..500ce1b666a2 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=7.1.1
+pkgver=7.1.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=('1070591e7ae2b9ed60384f58db489405c68856f544b8d27456eb3b153478ec8f')
+sha256sums=('7edf1712e6fc649e7d708617d3ce2629e08bfdafe94c260aa8041bfc89e55404')