sslscan: Update to version 2.0.4

This commit is contained in:
Jakub Čábera 2020-10-22 08:45:26 +02:00
parent bdefa65496
commit 8acd3fc9b5

View File

@ -1,12 +1,12 @@
{ {
"version": "2.0.0", "version": "2.0.4",
"description": "Tests SSL/TLS enabled services to discover supported cipher suites", "description": "Tests SSL/TLS enabled services to discover supported cipher suites",
"homepage": "https://github.com/rbsec/sslscan", "homepage": "https://github.com/rbsec/sslscan",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rbsec/sslscan/releases/download/2.0.0/sslscan-win-2.0.0.zip", "url": "https://github.com/rbsec/sslscan/releases/download/2.0.4/sslscan-2.0.4.zip",
"hash": "ee4f868184c48d60e9da59d3540f68fe7279845d4622654158247ecf07d4949b" "hash": "2e3725154f15471483271079b23b3213966be828a7cd413681250f4716c57461"
} }
}, },
"bin": "sslscan.exe", "bin": "sslscan.exe",
@ -14,7 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rbsec/sslscan/releases/download/$version/sslscan-win-$version.zip" "url": "https://github.com/rbsec/sslscan/releases/download/$version/sslscan-$version.zip"
} }
} }
} }