ScoopInstaller_Main/bucket/openssl-mingw.json
2021-09-22 10:00:44 +00:00

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": "OpenSSL",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.1/openssl-3.0.0-win64-mingw.tar.xz",
"hash": "5421f00f9d083faef7c847afd37321b7ea90dd6a5068f2f3c0bf76281acad82d",
"extract_dir": "openssl-3.0.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.1/openssl-3.0.0-win32-mingw.tar.xz",
"hash": "72ca73735a5b49dbf804002b2c0c2a691a988ab81665cf14067bba4a1a20335a",
"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-$version-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
"extract_dir": "openssl-$version-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}