mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
openssl-mingw: Update openssl.cnf location (#3102)
Update `OPENSSL_CONF` env. variable, location of `openssl.cnf` was moved to the `ssl/` folder.
This commit is contained in:
parent
df2f2bc552
commit
d5a6e8fafe
@ -18,7 +18,7 @@
|
||||
"bin": "openssl.exe",
|
||||
"env_add_path": ".",
|
||||
"env_set": {
|
||||
"OPENSSL_CONF": "$dir\\openssl.cnf"
|
||||
"OPENSSL_CONF": "$dir\\ssl\\openssl.cnf"
|
||||
},
|
||||
"checkver": "dl-(?<curl>[\\d._]+)/openssl-([\\da-z._]+)-win64-mingw",
|
||||
"autoupdate": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user