dependency-check: Update to version 6.1.5

This commit is contained in:
Jakub Čábera 2021-04-01 01:08:01 +02:00
parent a86e5097ac
commit e625335e91
6 changed files with 25 additions and 20 deletions

View File

@ -3,7 +3,6 @@
"description": "A high-performance build tool.",
"homepage": "https://buck.build/",
"license": "Apache-2.0",
"depends": "versions/python27",
"suggest": {
"JDK8": [
"java/adopt8-hotspot",
@ -15,6 +14,7 @@
"java/zulufx8"
]
},
"depends": "versions/python27",
"url": "https://packages.chocolatey.org/buck.2021.01.12.01.nupkg",
"hash": "6623ab85184b7f0e0afad2e504423f33c803ada6ce1606886e78ae0565777dd4",
"extract_dir": "tools",

View File

@ -1,7 +1,7 @@
{
"version": "6.1.1",
"version": "6.1.5",
"description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.",
"homepage": "https://www.owasp.org/index.php/OWASP_Dependency_Check",
"homepage": "https://owasp.org/www-project-dependency-check/",
"license": "Apache-2.0",
"suggest": {
"JDK": [
@ -9,8 +9,8 @@
"java/openjdk"
]
},
"url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.1.1-release.zip",
"hash": "800d2909b4c4323a1a68d86847b21521f38020fdce330e009affe43297285e40",
"url": "https://github.com/jeremylong/DependencyCheck/releases/download/v6.1.5/dependency-check-6.1.5-release.zip",
"hash": "54af1e44491cb283cc31d58340110a2c4b98d9362394dee769a1be3c7749e107",
"extract_dir": "dependency-check",
"bin": "bin\\dependency-check.bat",
"checkver": {
@ -18,9 +18,6 @@
"regex": "(.+)"
},
"autoupdate": {
"url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-$version-release.zip",
"hash": {
"url": "$url.sha256"
}
"url": "https://github.com/jeremylong/DependencyCheck/releases/download/v$version/dependency-check-$version-release.zip"
}
}

View File

@ -30,10 +30,6 @@
"",
"For help, see https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon"
],
"depends": [
"sudo",
"lcow"
],
"suggest": {
"Linux container support on Windows": "lcow",
"Docker Compose": "docker-compose",
@ -42,6 +38,10 @@
"Kubernetes Client": "kubectl",
"compose.yml to kubernetes.yml": "kompose"
},
"depends": [
"sudo",
"lcow"
],
"url": "https://master.dockerproject.org/windows/x86_64/docker.zip",
"extract_dir": "docker",
"bin": [

View File

@ -4,10 +4,10 @@
"description": "Text web browser.",
"homepage": "https://invisible-island.net/lynx/lynx.html",
"license": "GPL-2.0-only",
"depends": "cacert",
"suggest": {
"Microsoft Visual C++ Redistributables 2013": "extras/vcredist2013"
},
"depends": "cacert",
"url": [
"https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe",
"https://slproweb.com/download/Win32OpenSSL_Light-1_1_1j.exe"

View File

@ -7,7 +7,7 @@
"hash": "a8b9fc87ec06b8fa52587f62be2574bf151c5facadbad99db31b7d4ce6ef1eab",
"bin": "premake5.exe",
"checkver": {
"url": "https://premake.github.io/download.html",
"url": "https://premake.github.io/download",
"regex": "v(5[\\w.-]+)"
},
"autoupdate": {

View File

@ -1,13 +1,21 @@
{
"homepage": "https://github.com/Netflix/vmaf",
"description": "Perceptual video quality assessment based on multi-method fusion.",
"version": "2.1.1",
"description": "Perceptual video quality assessment based on multi-method fusion.",
"homepage": "https://github.com/Netflix/vmaf",
"license": "BSD-2-Clause-Patent",
"url": "https://github.com/Netflix/vmaf/releases/download/v2.1.1/vmaf.exe",
"hash": "b3f8116e9183824ab6ceca77419a404b801b9a0d3e7aa163f9a93653c3357e8e",
"architecture": {
"64bit": {
"url": "https://github.com/Netflix/vmaf/releases/download/v2.1.1/vmaf.exe",
"hash": "b3f8116e9183824ab6ceca77419a404b801b9a0d3e7aa163f9a93653c3357e8e"
}
},
"bin": "vmaf.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Netflix/vmaf/releases/download/v$version/vmaf.exe"
"architecture": {
"64bit": {
"url": "https://github.com/Netflix/vmaf/releases/download/v$version/vmaf.exe"
}
}
}
}