summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-12-30 01:19:50 +0100
committerM0Rf302022-12-30 01:19:50 +0100
commitcaec09478cc4204e04937845f52e2d90f8e61016 (patch)
tree70da2e69bb70e0381eee29b5a0ab4394a7a19685
parent2cd7fc3715c5ddb9ada235e3f707dd1d76f2e322 (diff)
downloadaur-caec09478cc4204e04937845f52e2d90f8e61016.tar.gz
dependency-check-cli: 7.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16cea1c852a3..d2661a5f7fb5 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.4.2
+ pkgver = 7.4.3
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.4.2/dependency-check-7.4.2-release.zip
- sha256sums = 7e282b5541703da3689f3cecc8c4b5a91a20b85e2be312b3129746d6e9abb907
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v7.4.3/dependency-check-7.4.3-release.zip
+ sha256sums = a654622efd8400ce47c649937f31d806434e19cc50cb3e2248a620c666f5a37f
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index b9dc288cf188..04f4c17c987f 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.4.2
+pkgver=7.4.3
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=('7e282b5541703da3689f3cecc8c4b5a91a20b85e2be312b3129746d6e9abb907')
+sha256sums=('a654622efd8400ce47c649937f31d806434e19cc50cb3e2248a620c666f5a37f')