From 8acd3fc9b553d65a1fc4561986ef228087bf7989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 22 Oct 2020 08:45:26 +0200 Subject: [PATCH] sslscan: Update to version 2.0.4 --- bucket/sslscan.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/sslscan.json b/bucket/sslscan.json index f0bfd48263..1311a4d0f3 100644 --- a/bucket/sslscan.json +++ b/bucket/sslscan.json @@ -1,12 +1,12 @@ { - "version": "2.0.0", + "version": "2.0.4", "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.0/sslscan-win-2.0.0.zip", - "hash": "ee4f868184c48d60e9da59d3540f68fe7279845d4622654158247ecf07d4949b" + "url": "https://github.com/rbsec/sslscan/releases/download/2.0.4/sslscan-2.0.4.zip", + "hash": "2e3725154f15471483271079b23b3213966be828a7cd413681250f4716c57461" } }, "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" } } }