mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 22:01:22 +00:00
openssl-mingw@3.0.0_2: Fix extract_dir (#1873)
* Update openssl-mingw.json fixed extract error * update to version 3.0.0_2 Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
aa5b8bf512
commit
229c438658
@ -7,12 +7,12 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://curl.haxx.se/windows/dl-7.79.1_2/openssl-3.0.0_2-win64-mingw.tar.xz",
|
"url": "https://curl.haxx.se/windows/dl-7.79.1_2/openssl-3.0.0_2-win64-mingw.tar.xz",
|
||||||
"hash": "04b9442f275d8ee39952b724e980b996adfdacd60d4b9cb6ae956f72c471d60b",
|
"hash": "04b9442f275d8ee39952b724e980b996adfdacd60d4b9cb6ae956f72c471d60b",
|
||||||
"extract_dir": "openssl-3.0.0_2-win64-mingw"
|
"extract_dir": "openssl-3.0.0-win64-mingw"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://curl.haxx.se/windows/dl-7.79.1_2/openssl-3.0.0_2-win32-mingw.tar.xz",
|
"url": "https://curl.haxx.se/windows/dl-7.79.1_2/openssl-3.0.0_2-win32-mingw.tar.xz",
|
||||||
"hash": "0f8a16615e28b26f38737089f39977b8e9819c4e56cc42f685153ae3fcf136d5",
|
"hash": "0f8a16615e28b26f38737089f39977b8e9819c4e56cc42f685153ae3fcf136d5",
|
||||||
"extract_dir": "openssl-3.0.0_2-win32-mingw"
|
"extract_dir": "openssl-3.0.0-win32-mingw"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "openssl.exe",
|
"bin": "openssl.exe",
|
||||||
@ -25,11 +25,11 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz",
|
||||||
"extract_dir": "openssl-$version-win64-mingw"
|
"extract_dir": "openssl-$matchHead-win64-mingw"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
|
"url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
|
||||||
"extract_dir": "openssl-$version-win32-mingw"
|
"extract_dir": "openssl-$matchHead-win32-mingw"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user