summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-01-23 10:26:03 +0100
committerM0Rf302023-01-23 10:26:03 +0100
commit7c6ee2c38db23156bcc77e6947b117ae1991dd57 (patch)
treef787446818e06844c2ba99dcc9ce38e17580df03
parente52b81ef068ae878727886bc0f0792716e5cb3dc (diff)
downloadaur-7c6ee2c38db23156bcc77e6947b117ae1991dd57.tar.gz
dependency-check-cli: 8.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0f7e7c2e609..63bce297aa16 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 = 8.0.0
+ pkgver = 8.0.1
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/v8.0.0/dependency-check-8.0.0-release.zip
- sha256sums = 61c5176c685c249747fd8c0167b2729ecda32d38b09e8cbd236e484d24ebde12
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v8.0.1/dependency-check-8.0.1-release.zip
+ sha256sums = 958c96d608f734c31f7a8b297d818c8cfa9b085eb808c40cf9a83f57b154d2a6
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index 3f95c3c21288..cea7f9939c81 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=8.0.0
+pkgver=8.0.1
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')
@@ -23,4 +23,4 @@ package() {
"${pkgdir}"/usr/bin/dependency-check
}
-sha256sums=('61c5176c685c249747fd8c0167b2729ecda32d38b09e8cbd236e484d24ebde12')
+sha256sums=('958c96d608f734c31f7a8b297d818c8cfa9b085eb808c40cf9a83f57b154d2a6')