ScoopInstaller_Main/bucket/openssl-mingw.json
2020-03-31 18:01:50 +00:00

44 lines
1.7 KiB
JSON

{
"homepage": "https://curl.haxx.se/windows/",
"description": "A robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols.",
"version": "1.1.1f_1",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.69.1_1/openssl-1.1.1f_1-win64-mingw.tar.xz",
"hash": "1cd594394d542891320d8843d5f250922ec7a45d0232ba0d234d3a14a36ce81e",
"extract_dir": "openssl-1.1.1f-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.69.1_1/openssl-1.1.1f_1-win32-mingw.tar.xz",
"hash": "bf172b325be270bcbbf91898f69b0580f52f091bb8838fd24b0721e6fa852bb1",
"extract_dir": "openssl-1.1.1f-win32-mingw"
}
},
"bin": "openssl.exe",
"env_add_path": ".",
"env_set": {
"OPENSSL_CONF": "$dir\\openssl.cnf"
},
"checkver": {
"url": "https://curl.haxx.se/windows/",
"re": "dl-(?<curl>[\\d._]+)/openssl-(?<version>(?<major>[\\da-z.]+)[_\\d]*)-win64-mingw"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
"extract_dir": "openssl-$matchMajor-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
"extract_dir": "openssl-$matchMajor-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
}
}
}