summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302023-01-17 11:52:04 +0100
committerM0Rf302023-01-17 11:52:04 +0100
commite52b81ef068ae878727886bc0f0792716e5cb3dc (patch)
tree8c6e440293d08de4878e634ecf6a324a1b3c62d4 /PKGBUILD
parent176b6b1eac80d398460892ecbd1a7c934a94246b (diff)
downloadaur-e52b81ef068ae878727886bc0f0792716e5cb3dc.tar.gz
dependency-check-cli: 8.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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')