ScoopInstaller_Main/bucket/openssl-mingw.json
2022-05-08 08:29:38 +00:00

40 lines
1.6 KiB
JSON

{
"version": "3.0.3_1",
"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": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.83.0_1/openssl-3.0.3_1-win64-mingw.tar.xz",
"hash": "65f49693c937b8c73cfa05db51f00a137fda5ceb503740715a31a9c2cc6e080a",
"extract_dir": "openssl-3.0.3-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.83.0_1/openssl-3.0.3_1-win32-mingw.tar.xz",
"hash": "d6975eb77a8bf5023b25508d8ed953496e93c7e4646e4bbacecd9ae43d139549",
"extract_dir": "openssl-3.0.3-win32-mingw"
}
},
"env_add_path": "bin",
"env_set": {
"OPENSSL_CONF": "$dir\\ssl\\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-$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",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}