summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-01-17 11:52:04 +0100
committerM0Rf302023-01-17 11:52:04 +0100
commite52b81ef068ae878727886bc0f0792716e5cb3dc (patch)
tree8c6e440293d08de4878e634ecf6a324a1b3c62d4
parent176b6b1eac80d398460892ecbd1a7c934a94246b (diff)
downloadaur-e52b81ef068ae878727886bc0f0792716e5cb3dc.tar.gz
dependency-check-cli: 8.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47a4528a82be..e0f7e7c2e609 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.4
+ pkgver = 8.0.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.4.4/dependency-check-7.4.4-release.zip
- sha256sums = c555a104e5856558178215b3b42f977d51d88bdc58b9710c54cab65b07ef918e
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v8.0.0/dependency-check-8.0.0-release.zip
+ sha256sums = 61c5176c685c249747fd8c0167b2729ecda32d38b09e8cbd236e484d24ebde12
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index d4f6bfb8cf7d..3f95c3c21288 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.4
+pkgver=8.0.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')
@@ -16,9 +16,11 @@ package() {
install -d "${pkgdir}/usr/bin"
install -d "${pkgdir}/opt/${pkgname%%-cli}"
- cp -r "${srcdir}/${pkgname%%-cli}/"* "${pkgdir}/opt/${pkgname%%-cli}"
+ cp -r "${srcdir}/${pkgname%%-cli}/"* \
+ "${pkgdir}/opt/${pkgname%%-cli}"
chmod +x ${pkgdir}/opt/${pkgname%%-cli}/bin/dependency-check.sh
- ln -s /opt/${pkgname%%-cli}/bin/dependency-check.sh "${pkgdir}"/usr/bin/dependency-check
+ ln -s /opt/${pkgname%%-cli}/bin/dependency-check.sh \
+ "${pkgdir}"/usr/bin/dependency-check
}
-sha256sums=('c555a104e5856558178215b3b42f977d51d88bdc58b9710c54cab65b07ef918e')
+sha256sums=('61c5176c685c249747fd8c0167b2729ecda32d38b09e8cbd236e484d24ebde12')