ScoopInstaller_Main/openssl.json
2018-09-20 01:01:29 +00:00

43 lines
1.5 KiB
JSON

{
"homepage": "https://curl.haxx.se/windows/",
"version": "1.1.1_5",
"license": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.61.1_5/openssl-1.1.1_5-win64-mingw.tar.xz",
"hash": "daba0971a0a54b6691732f4502d3cf7a36c8295bd7b9621f6deaa76d0c4c883a",
"extract_dir": "openssl-1.1.1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.61.1_5/openssl-1.1.1_5-win32-mingw.tar.xz",
"hash": "e9dfd3224088de50e0fa28bbe82a7dcb38dccfd87fe1510abffd3a1844c9ab77",
"extract_dir": "openssl-1.1.1-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>[\\w.]+)-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",
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
}
}
}