mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +00:00
openssl-mingw: Remove autoupdate (#4762)
* openssl-mingw: Remove autoupdate * Update openssl-mingw.json
This commit is contained in:
parent
e31ff09a72
commit
2d49b222fe
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "3.0.2_1",
|
||||
"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/",
|
||||
"homepage": "https://curl.se/windows/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://curl.haxx.se/windows/dl-7.83.1_1/openssl-3.0.2_1-win64-mingw.tar.xz",
|
||||
"url": "https://curl.se/windows/dl-7.83.1_1/openssl-3.0.2_1-win64-mingw.tar.xz",
|
||||
"hash": "104d05f2aead0f98639654b02327e6f5552f313121c3c6c98bd3785c5e6af3aa",
|
||||
"extract_dir": "openssl-3.0.2-win64-mingw"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://curl.haxx.se/windows/dl-7.83.1_1/openssl-3.0.2_1-win32-mingw.tar.xz",
|
||||
"url": "https://curl.se/windows/dl-7.83.1_1/openssl-3.0.2_1-win32-mingw.tar.xz",
|
||||
"hash": "caa7b35e7a76a0f7e5349b90dde9cd705ebb3336795266b5cbd9f6bf4ecaa7ec",
|
||||
"extract_dir": "openssl-3.0.2-win32-mingw"
|
||||
}
|
||||
@ -18,22 +18,5 @@
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"OPENSSL_CONF": "$dir\\ssl\\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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user