Merge pull request #144 from rasa/rasa-openssl

openssl: Fix autoupdate hash URL
This commit is contained in:
Ross Smith II 2019-06-17 22:36:04 -07:00 committed by GitHub
commit 55b4dcc5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,8 @@
}, },
"hash": { "hash": {
"mode": "json", "mode": "json",
"jp": "$.files.['$basename'].sha512", "jp": "$.files.['$basename'].sha256",
"url": "$baseurl/win32_openssl_hashes.json" "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json"
} }
} }
} }