mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.0.0_4",
 | 
						|
    "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.79.1_4/openssl-3.0.0_4-win64-mingw.tar.xz",
 | 
						|
            "hash": "eca9285ec49fb1585332b1453e29479027b8ce39f949c908e7623645631f2143",
 | 
						|
            "extract_dir": "openssl-3.0.0-win64-mingw"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://curl.haxx.se/windows/dl-7.79.1_4/openssl-3.0.0_4-win32-mingw.tar.xz",
 | 
						|
            "hash": "e49242697fcf9550c7c47bd82ccc509ef9779f48287c92b5b6e535ec906ae1a6",
 | 
						|
            "extract_dir": "openssl-3.0.0-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-$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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |