ScoopInstaller_Main/bucket/openssl-mingw.json
Renaud b67a40014b
OpenSSL: license is now Apache-2.0 (#3078)
* openssl: fix license

As of v3.0.0 OpenSSL is published under the Apache License 2.0
see https://www.openssl.org/blog/blog/2021/09/07/OpenSSL3.Final/

* openssl-mingw: fix license

As of v3.0.0 OpenSSL is using Apache License 2.0
2021-12-12 22:40:08 +05:30

41 lines
1.6 KiB
JSON

{
"version": "3.0.0",
"description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.",
"homepage": "https://curl.haxx.se/windows/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.80.0/openssl-3.0.0-win64-mingw.tar.xz",
"hash": "a5095fa0cc216fcc6261e457a8cab8271ce3c164ea15cf64152fc2e67446b4da",
"extract_dir": "openssl-3.0.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.80.0/openssl-3.0.0-win32-mingw.tar.xz",
"hash": "7ea97f87b35a3adb492ef928bf64f05cfce5a21ec53ef60d45080134ef1f39ee",
"extract_dir": "openssl-3.0.0-win32-mingw"
}
},
"bin": "openssl.exe",
"env_add_path": ".",
"env_set": {
"OPENSSL_CONF": "$dir\\openssl.cnf"
},
"checkver": "dl-(?<curl>[\\d._]+)/openssl-([\\da-z._]+)-win64-mingw",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
"extract_dir": "openssl-$matchHead-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
"extract_dir": "openssl-$matchHead-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}