From 51d4dab7fd1b3c1b4c2c72f281e4d668bdf7d2bc Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 19 Jul 2022 16:39:12 +0100 Subject: [PATCH] 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 --- bucket/sslscan.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sslscan.json b/bucket/sslscan.json index b8b98be832..7be52951b6 100644 --- a/bucket/sslscan.json +++ b/bucket/sslscan.json @@ -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" } } }