mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
openssl-*: Move from versions bucket
This commit is contained in:
parent
75869f3ec4
commit
ea4b0cf8f2
55
bucket/openssl-light.json
Normal file
55
bucket/openssl-light.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
||||
"version": "3.5.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "TLS/SSL toolkit (Light)",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_5_0.exe",
|
||||
"hash": "5cc185d0a3c28f13be70e927afbdf6fb522306ddae56a367c1ba54b48c5b9e3b"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_5_0.exe",
|
||||
"hash": "096e1d57b2e6550132fb7b7d97f1d8662555228974a87689e1eb9624f4edafbc"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_5_0.exe",
|
||||
"hash": "426ac08aae552512c843929dfb32c447068824bd6b494bec926375c79f1ef0f8"
|
||||
}
|
||||
},
|
||||
"depends": "innounp",
|
||||
"installer": {
|
||||
"script": [
|
||||
"Expand-InnoArchive -Path \"$dir\\$fname\"",
|
||||
"Expand-InnoArchive -Path \"$dir\\$fname\" -DestinationPath \"$dir\\bin\" -ExtractDir '{cf}' -Removal",
|
||||
"Rename-Item \"$dir\\bin\\SSL\" 'cnf' -Force"
|
||||
]
|
||||
},
|
||||
"bin": "bin\\openssl.exe",
|
||||
"env_set": {
|
||||
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
||||
"jsonpath": "$.files..basever",
|
||||
"regex": "([\\d.]+)",
|
||||
"reverse": true
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://slproweb.com/download/Win64OpenSSL_Light-$underscoreVersion.exe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://slproweb.com/download/Win32OpenSSL_Light-$underscoreVersion.exe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-$underscoreVersion.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
||||
"jsonpath": "$.files.['$basename'].sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
55
bucket/openssl-lts-light.json
Normal file
55
bucket/openssl-lts-light.json
Normal file
@ -0,0 +1,55 @@
|
||||
{
|
||||
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
||||
"version": "3.0.16",
|
||||
"license": "Apache-2.0",
|
||||
"description": "TLS/SSL toolkit (3.0.X LTS Light)",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://slproweb.com/download/Win64OpenSSL_Light-3_0_16.exe",
|
||||
"hash": "d213ae21f2bf3b0c20320ff0516a6e14e0d45105ab6da3a3b415ef15232fcc69"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://slproweb.com/download/Win32OpenSSL_Light-3_0_16.exe",
|
||||
"hash": "0cd987aff227d175aec4c2aa961591906329b386eec8fb90611c1b861b1a86e6"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_0_16.exe",
|
||||
"hash": "e4d29378ef5080ff52da26e4739b5c30b2e03c1dc65bad7558ee1a6fb4e62005"
|
||||
}
|
||||
},
|
||||
"depends": "innounp",
|
||||
"installer": {
|
||||
"script": [
|
||||
"Expand-InnoArchive -Path \"$dir\\$fname\"",
|
||||
"Expand-InnoArchive -Path \"$dir\\$fname\" -DestinationPath \"$dir\\bin\" -ExtractDir '{cf}' -Removal",
|
||||
"Rename-Item \"$dir\\bin\\SSL\" 'cnf' -Force"
|
||||
]
|
||||
},
|
||||
"bin": "bin\\openssl.exe",
|
||||
"env_set": {
|
||||
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
||||
"jsonpath": "$.files..basever",
|
||||
"regex": "(3\\.0\\.([\\d.]+))",
|
||||
"reverse": true
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://slproweb.com/download/Win64OpenSSL_Light-$underscoreVersion.exe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://slproweb.com/download/Win32OpenSSL_Light-$underscoreVersion.exe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-$underscoreVersion.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
||||
"jsonpath": "$.files.['$basename'].sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
51
bucket/openssl-lts.json
Normal file
51
bucket/openssl-lts.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"version": "3.0.16",
|
||||
"description": "TLS/SSL toolkit (3.0.X LTS)",
|
||||
"homepage": "https://slproweb.com/products/Win32OpenSSL.html",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://slproweb.com/download/Win64OpenSSL-3_0_16.exe",
|
||||
"hash": "9a6edd3539948ddb51038bdd9f65a1db9a5713cd3e2bc7f8a1034de4f68a2617"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://slproweb.com/download/Win32OpenSSL-3_0_16.exe",
|
||||
"hash": "461b8a21a9aab39676db6fe064e93bf2de6b277229b8828f77eaf189b1a6e08b"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://slproweb.com/download/Win64ARMOpenSSL-3_0_16.exe",
|
||||
"hash": "5be66fd3d077b03676d8c250cba89aa1a869f49b95e33c4bed0e851503c5a6a3"
|
||||
}
|
||||
},
|
||||
"innosetup": true,
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"OPENSSL_CONF": "$dir\\bin\\cnf\\openssl.cnf",
|
||||
"OPENSSL_LIB_DIR": "$dir\\lib",
|
||||
"OPENSSL_INCLUDE_DIR": "$dir\\include",
|
||||
"OPENSSL_MODULES": "$dir\\bin"
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
||||
"jsonpath": "$.files..basever",
|
||||
"regex": "(3\\.0\\.([\\d.]+))",
|
||||
"reverse": true
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://slproweb.com/download/Win64ARMOpenSSL-$underscoreVersion.exe"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
|
||||
"jsonpath": "$.files.['$basename'].sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -6,10 +6,7 @@
|
||||
"suggest": {
|
||||
"openssl": [
|
||||
"openssl",
|
||||
"openssl-mingw",
|
||||
"versions/openssl10",
|
||||
"versions/openssl-light",
|
||||
"versions/openssl10-light"
|
||||
"openssl-light"
|
||||
],
|
||||
"wget": "wget"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user