mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.0.2",
 | 
						|
    "description": "TLS/SSL toolkit",
 | 
						|
    "homepage": "https://slproweb.com/products/Win32OpenSSL.html",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://slproweb.com/download/Win64OpenSSL-3_0_2.exe",
 | 
						|
            "hash": "0386936c4f75d3169d1d1bc4a582660159b52068b3d989e49bcbb30f76ae2321"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://slproweb.com/download/Win32OpenSSL-3_0_2.exe",
 | 
						|
            "hash": "13af89fbed2910f84f65c1615c7b536afeef4ce49840185a1f552ba6436c6ea2"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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": "Win32 OpenSSL v([^\\s]+)",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://slproweb.com/download/Win64OpenSSL-$underscoreVersion.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://slproweb.com/download/Win32OpenSSL-$underscoreVersion.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://raw.githubusercontent.com/slproweb/opensslhashes/master/win32_openssl_hashes.json",
 | 
						|
            "jsonpath": "$.files.['$basename'].sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |