mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
Update openssl
Apparently openssl move tarballs to /old/ once there's a new version so all the links break. I guess we should detect what the latest version is and use that. For now, update the URL.
This commit is contained in:
parent
4a81c3c844
commit
280871d0fb
@ -113,7 +113,7 @@ async function getOpenSsl(hakEnv, moduleInfo) {
|
||||
haveOpenSslTar = false;
|
||||
}
|
||||
if (!haveOpenSslTar) {
|
||||
await needle('get', 'https://www.openssl.org/source/openssl-1.1.1d.tar.gz', {
|
||||
await needle('get', 'https://www.openssl.org/source/openssl-1.1.1f.tar.gz', {
|
||||
follow: 10,
|
||||
output: openSslTarball,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user