ScoopInstaller_Main/bucket/openssl-mingw.json
2020-12-09 12:01:48 +00:00

41 lines
1.6 KiB
JSON

{
"version": "1.1.1i",
"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.74.0/openssl-1.1.1i-win64-mingw.tar.xz",
"hash": "7c28c15255e7dbde7f0fa13e5b94662dd3eacb0a3a18031adb94c990abb45821",
"extract_dir": "openssl-1.1.1i-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.74.0/openssl-1.1.1i-win32-mingw.tar.xz",
"hash": "a57e9ca63f75390e705169d8d524b18518a1e447c92ce874f07c90dc713d9f8a",
"extract_dir": "openssl-1.1.1i-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",
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
}
}
}