sslscan: Update to version 2.0.15, fix autoupdate

Relates to Excavator unable to update: https://github.com/ScoopInstaller/Main/runs/7409144125?check_suite_focus=true#step:3:404
This commit is contained in:
tech189 2022-07-19 16:39:12 +01:00
parent 77f0057135
commit 51d4dab7fd

View File

@ -1,12 +1,12 @@
{
"version": "2.0.13",
"version": "2.0.15",
"description": "Tests SSL/TLS enabled services to discover supported cipher suites",
"homepage": "https://github.com/rbsec/sslscan",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/rbsec/sslscan/releases/download/2.0.13/sslscan-win-2.0.13.zip",
"hash": "52cd8b2bac6f3f1911430081d47a914c90c5edaadc2f041060278b920be16d23"
"url": "https://github.com/rbsec/sslscan/releases/download/2.0.15/sslscan-2.0.15.zip",
"hash": "bd26b4698d54165d482b2c5a2f52958f8b375a65681233f91d57a6449baa9b01"
}
},
"bin": "sslscan.exe",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"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"
}
}
}