mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.1.1k",
 | 
						|
    "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/",
 | 
						|
    "license": "OpenSSL",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://curl.haxx.se/windows/dl-7.76.0/openssl-1.1.1k-win64-mingw.tar.xz",
 | 
						|
            "hash": "9cd6bca56adfe653b3a84468b1cc70fbe016c2a0e118dfdce45fa7029c7cc1d9",
 | 
						|
            "extract_dir": "openssl-1.1.1k-win64-mingw"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://curl.haxx.se/windows/dl-7.76.0/openssl-1.1.1k-win32-mingw.tar.xz",
 | 
						|
            "hash": "34ec560825ac15ee4bbdb416b12b2c508e233a200f4388fe15be354ff9a27281",
 | 
						|
            "extract_dir": "openssl-1.1.1k-win32-mingw"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "openssl.exe",
 | 
						|
    "env_add_path": ".",
 | 
						|
    "env_set": {
 | 
						|
        "OPENSSL_CONF": "$dir\\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-$version-win64-mingw"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz",
 | 
						|
                "extract_dir": "openssl-$version-win32-mingw"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/hashes.txt",
 | 
						|
            "regex": "SHA256\\($basename\\)=\\s+$sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |