ScoopInstaller_Main/bucket/openssl-mingw.json
2019-07-17 12:00:17 +00:00

43 lines
1.5 KiB
JSON

{
"homepage": "https://curl.haxx.se/windows/",
"version": "1.1.1c",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.2/openssl-1.1.1c-win64-mingw.tar.xz",
"hash": "58884dfc6d24f91809c56ae00d6a19646245cc289345b4d890f1ceacfec69356",
"extract_dir": "openssl-1.1.1c-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.2/openssl-1.1.1c-win32-mingw.tar.xz",
"hash": "e625c08cc9930c844777d26e67485f927cdaac87d950cf7be77a83e609cd2999",
"extract_dir": "openssl-1.1.1c-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})"
}
}
}