ScoopInstaller_Main/bucket/openssl-mingw.json
2021-10-22 21:00:38 +00:00

41 lines
1.6 KiB
JSON

{
"version": "3.0.0_3",
"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.79.1_3/openssl-3.0.0_3-win64-mingw.tar.xz",
"hash": "04b9442f275d8ee39952b724e980b996adfdacd60d4b9cb6ae956f72c471d60b",
"extract_dir": "openssl-3.0.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.1_3/openssl-3.0.0_3-win32-mingw.tar.xz",
"hash": "0f8a16615e28b26f38737089f39977b8e9819c4e56cc42f685153ae3fcf136d5",
"extract_dir": "openssl-3.0.0-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"
}
}
}