dependency-check-bin-6.2.2.ebuild

This commit is contained in:
Anton Bolshakov 2021-08-19 09:52:30 +08:00
parent 6240a07eda
commit 74f2b57b9c
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
DIST dependency-check-bin-5.2.4.zip 18635707 BLAKE2B 5bc0ea3682d2bce801e988463e13fdfd8b77937bfa7e36b559f9f5cb39852969af593968c3adbabfcfedf26dc6736754d74c7a386e8b552dd82fb014b84d809f SHA512 b8427c41c05ed4943a382c00b00202d7cc379d7bcbfc150a9989b1d651d1f46ec864ffdbd4ca5eb1d548ba96283bd46a328786dd87742217b99aaf31daf284df
DIST dependency-check-bin-5.3.2.zip 19997190 BLAKE2B 85f65246ebe0ecf80a2c5a1ed0dce6aa470cc5a6efd32f2feb7fd29f55c53a4a717cc9dfc8fdb39961a4c31a235649d5fa3508b1161f65a338375dc66b0e8324 SHA512 62fd9362004267867c423879ef26643971241908c3fffb7f6e563c930e16655bf3399009deda9d9c33069064cafa0cec3efb07e77ab3a52fa66b73dbc0ef172b
DIST dependency-check-bin-6.2.2.zip 27083228 BLAKE2B aa33e1714fab88ec2a1ac1be40d7f418d34a85a88d1609ffbca5b0b7439ede158ea24e4d1fa69b7a0b2f122da54a197dbfc1205d524344de8ac714e7393a2011 SHA512 55af3f6af69ae4e4de0653f1f735c2fd43455ce146f29d4d88c60014215f0f1be4a78953c2ea0fc62733f711723595f308d153e3cce0108f59c303833e5e762c

View file

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -7,7 +7,7 @@ MY_PN="dependency-check"
DESCRIPTION="A utility that detects vulnerabilities in application dependencies"
HOMEPAGE="https://www.owasp.org/index.php/OWASP_Dependency_Check"
SRC_URI="https://dl.bintray.com/jeremy-long/owasp/dependency-check-${PV}-release.zip -> ${P}.zip"
SRC_URI="https://github.com/jeremylong/DependencyCheck/releases/download/v6.2.2/dependency-check-${PV}-release.zip -> ${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"