ScoopInstaller_Main/bucket/openssl-mingw.json
2021-09-07 20:00:35 +00:00

41 lines
1.6 KiB
JSON

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