ScoopInstaller_Main/bucket/openssl-mingw.json
2021-12-16 00:32:29 +00:00

41 lines
1.6 KiB
JSON

{
"version": "3.0.1_2",
"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.80.0_2/openssl-3.0.1_2-win64-mingw.tar.xz",
"hash": "14050f6f15729d5e714a91d35c542009215c6a177753b30fdf99db745cfd2f7a",
"extract_dir": "openssl-3.0.1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.80.0_2/openssl-3.0.1_2-win32-mingw.tar.xz",
"hash": "482bd794c618d46a503fbd6e5547ef053dc1ab8f2854549e888108ef355d1d58",
"extract_dir": "openssl-3.0.1-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-$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"
}
}
}