summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfxbru2020-09-28 09:22:00 +0200
committerfxbru2020-09-28 09:22:00 +0200
commit38291cc3b99f9669cd4d1b93b53836ffc918e2ec (patch)
tree760391c0c58d53d0ab607fe924c9a39ecbd9cb5e
parent6042efaba8426b0e76c105bcb607570a651f5b7d (diff)
downloadaur-38291cc3b99f9669cd4d1b93b53836ffc918e2ec.tar.gz
v6.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 597f27ecff7a..3aa00972fa17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 6.0.1
+ pkgver = 6.0.2
pkgrel = 1
url = https://github.com/jeremylong/DependencyCheck
install = dependency-check-cli.install
arch = any
license = Apache
depends = java-runtime
- source = https://bintray.com/jeremy-long/owasp/download_file?file_path=dependency-check-6.0.1-release.zip
- sha256sums = 42245c5e235015aa3296206a10d54e2495f4138fa2ff50e58272e0f0c7ffd83a
+ source = https://github.com/jeremylong/DependencyCheck/releases/download/v6.0.2/dependency-check-6.0.2-release.zip
+ sha256sums = 87f417e001ff08a1ee08ef648c4bb1b7cb6aa6899b9881f573c7bd8c1a1c8db5
pkgname = dependency-check-cli
diff --git a/PKGBUILD b/PKGBUILD
index b0e3146bc0a0..e65cb3fbfc8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: François-Xavier Bru <francoisxavier.bru at orange dot com>
pkgname=dependency-check-cli
_pkgname=dependency-check
-pkgver=6.0.1
+pkgver=6.0.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')
depends=('java-runtime')
url="https://github.com/jeremylong/DependencyCheck"
license=('Apache')
-source=("https://bintray.com/jeremy-long/owasp/download_file?file_path=${_pkgname}-${pkgver}-release.zip")
-sha256sums=('42245c5e235015aa3296206a10d54e2495f4138fa2ff50e58272e0f0c7ffd83a')
+source=("https://github.com/jeremylong/DependencyCheck/releases/download/v${pkgver}/${_pkgname}-${pkgver}-release.zip")
+sha256sums=('87f417e001ff08a1ee08ef648c4bb1b7cb6aa6899b9881f573c7bd8c1a1c8db5')
install=${pkgname}.install
package() {