ScoopInstaller_Main/bucket/openssl-mingw.json
2021-09-09 04:00:53 +00:00

41 lines
1.6 KiB
JSON

{
"version": "3.0.0_6",
"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.78.0_6/openssl-3.0.0_6-win64-mingw.tar.xz",
"hash": "bc85a0e0854bd7abbc4ba9c56a4b0bcea361735b01830665f566ff30c3b41044",
"extract_dir": "openssl-3.0.0_6-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.78.0_6/openssl-3.0.0_6-win32-mingw.tar.xz",
"hash": "6458c38ccd1f0a78e851eb7de92d8c8a61fc14088921b420eeb5265e5ec7cfa8",
"extract_dir": "openssl-3.0.0_6-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"
}
}
}