mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "homepage": "https://slproweb.com/products/Win32OpenSSL.html",
 | |
|     "version": "3.0.18",
 | |
|     "license": "Apache-2.0",
 | |
|     "description": "TLS/SSL toolkit (3.0.X LTS Light)",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://slproweb.com/download/Win64OpenSSL_Light-3_0_18.exe",
 | |
|             "hash": "a59b8b1ca29c0894e19c862fddbe41e8ec57ee451d96026b3c3098018fe33a63"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://slproweb.com/download/Win32OpenSSL_Light-3_0_18.exe",
 | |
|             "hash": "00ee55813dd867ef1e6d2289e15134f4918029047e055612b88e489af20d986f"
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": "https://slproweb.com/download/Win64ARMOpenSSL_Light-3_0_18.exe",
 | |
|             "hash": "f923bc7d45fc391b40bf4467c137204a183d9f5865c9385aec07bb6630b0a7df"
 | |
|         }
 | |
|     },
 | |
|     "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"
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)