summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-10-21 20:45:59 +0200
committerM0Rf302022-10-21 20:45:59 +0200
commitf41e944dff922d6bde18d5a5bfb598e1deb0b817 (patch)
tree417573b91ed176fcbe1d5c76de89b9aafad1f3ca
parent74d079ee2d55f1cdd896861c568cca4bd64bc5bc (diff)
downloadaur-f41e944dff922d6bde18d5a5bfb598e1deb0b817.tar.gz
dependency-check-cli: 7.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e317ff18cc60..13dd7aa20f4f 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.2.1
+ pkgver = 7.3.0
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.2.1/dependency-check-7.2.1-release.zip
- sha256sums = d1dd9092684a85c2958b60c4ad729d6a02972de39ca17f71f9cfec7fc7100451
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v7.3.0/dependency-check-7.3.0-release.zip
+ sha256sums = 34fa5841535cf129f1f67d56a7dcfdafdcef925fe2b1895ef120851c769056ee
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index 04b69734aba6..aa0aa572b9e6 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.2.1
+pkgver=7.3.0
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=('d1dd9092684a85c2958b60c4ad729d6a02972de39ca17f71f9cfec7fc7100451')
+sha256sums=('34fa5841535cf129f1f67d56a7dcfdafdcef925fe2b1895ef120851c769056ee')