openssl: Fix license, add desc (#251)

This commit is contained in:
Hsiao-nan Cheung 2019-07-17 23:35:24 +08:00 committed by GitHub
parent 07666891d1
commit 71d560e57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
{ {
"homepage": "https://slproweb.com/products/Win32OpenSSL.html", "homepage": "https://slproweb.com/products/Win32OpenSSL.html",
"version": "1.1.1c", "version": "1.1.1c",
"license": "OpenSSL", "license": {
"identifier": "OpenSSL|SSLeay",
"url": "https://www.openssl.org/source/license-openssl-ssleay.txt"
},
"description": "TLS/SSL toolkit",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://slproweb.com/download/Win64OpenSSL-1_1_1c.exe", "url": "https://slproweb.com/download/Win64OpenSSL-1_1_1c.exe",
@ -14,7 +18,6 @@
}, },
"innosetup": true, "innosetup": true,
"bin": "bin\\openssl.exe", "bin": "bin\\openssl.exe",
"env_add_path": "bin",
"env_set": { "env_set": {
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf" "OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
}, },