summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-12-28 16:15:41 +0100
committerM0Rf302022-12-28 16:15:41 +0100
commit2cd7fc3715c5ddb9ada235e3f707dd1d76f2e322 (patch)
tree2b353df45e7abfd391a9894cbee8a9786c75a0fc
parentab7164c0682e8e088241c3769758ce3acfc0bc4a (diff)
downloadaur-2cd7fc3715c5ddb9ada235e3f707dd1d76f2e322.tar.gz
dependency-check-cli: 7.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54fabb1c4710..16cea1c852a3 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.1
+ pkgver = 7.4.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.4.1/dependency-check-7.4.1-release.zip
- sha256sums = a755bff22fe0d753bea7543f2bff37e9ab87643f4296dbd8edbff0c10ef91a5b
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v7.4.2/dependency-check-7.4.2-release.zip
+ sha256sums = 7e282b5541703da3689f3cecc8c4b5a91a20b85e2be312b3129746d6e9abb907
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index b1d553d0cb69..b9dc288cf188 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.1
+pkgver=7.4.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=('a755bff22fe0d753bea7543f2bff37e9ab87643f4296dbd8edbff0c10ef91a5b')
+sha256sums=('7e282b5541703da3689f3cecc8c4b5a91a20b85e2be312b3129746d6e9abb907')