ScoopInstaller_Main/bucket/openssl-mingw.json
2019-09-11 18:00:16 +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.1d_2",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.66.0_2/openssl-1.1.1d_2-win64-mingw.tar.xz",
"hash": "27e882251a623636075ea65017eca6e6f06d227eed892d9be62e5b23c7e2ad05",
"extract_dir": "openssl-1.1.1d-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.66.0_2/openssl-1.1.1d_2-win32-mingw.tar.xz",
"hash": "ffc4d9b4ed0c4dd509a70bad045b5ea1ff4bddcb41e1dfa325bc76390cf91524",
"extract_dir": "openssl-1.1.1d-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})"
}
}
}