From 33598035c179f8a27e49f5831970539fc57f90e1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 7 Sep 2018 23:04:10 +0200 Subject: [PATCH] openssl-slp: Re-add builds from "Shining Light Productions" --- openssl-slp.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 openssl-slp.json diff --git a/openssl-slp.json b/openssl-slp.json new file mode 100644 index 0000000000..f6c455c790 --- /dev/null +++ b/openssl-slp.json @@ -0,0 +1,37 @@ +{ + "homepage": "https://slproweb.com/products/Win32OpenSSL.html", + "version": "1.1.0i", + "license": "OpenSSL", + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL-1_1_0i.exe", + "hash": "sha512:c416dc3a363d959841c551cc401514c46f6c2cb534f2d3912a03c3fcca039a43705e8732f9e3370d3dbd895169536318f63754d21566f2a31b876fbd1d1ab9f1" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL-1_1_0i.exe", + "hash": "sha512:45f7b3ad2f6cb463e0d792c4fc6b15f422f243bcb4c8f11516f5f7c6c747ac18c903e66c26c2dc9b01bae5c43b84b0c640904b37cf2ddd74a2c9daa22402a548" + } + }, + "innosetup": true, + "bin": "bin\\openssl.exe", + "env_add_path": "bin", + "env_set": { + "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" + }, + "checkver": "Win32 OpenSSL v([^\\s]+)", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe" + }, + "32bit": { + "url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe" + } + }, + "hash": { + "mode": "json", + "jp": "$.files.['$basename'].sha512", + "url": "$baseurl/win32_openssl_hashes.json" + } + } +}