From 088e66135beb26dbc310c850a8bf2205fec3e1aa Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 17 Jun 2019 14:55:56 -0700 Subject: [PATCH] openssl: Fix autoupdate hash URL --- bucket/openssl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/openssl.json b/bucket/openssl.json index ef9048bbc5..1711b9a496 100644 --- a/bucket/openssl.json +++ b/bucket/openssl.json @@ -30,8 +30,8 @@ }, "hash": { "mode": "json", - "jp": "$.files.['$basename'].sha512", - "url": "$baseurl/win32_openssl_hashes.json" + "jp": "$.files.['$basename'].sha256", + "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json" } } }