mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://eternallybored.org/misc/wget/",
 | 
						|
    "description": "A command-line utility for retrieving files using HTTP, HTTPS, FTP, and FTPS protocols.",
 | 
						|
    "license": "GPL-3.0-or-later",
 | 
						|
    "version": "1.20.3",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip",
 | 
						|
            "hash": "7ef40a647a153accbfb8cd79b3d9e3bf8ac1bab95b704176e3172589285a13de"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip",
 | 
						|
            "hash": "021f547baca74fca939d50951ce967502d160a7502f02fab706f9293e1475fb8"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "wget.exe",
 | 
						|
    "depends": "cacert",
 | 
						|
    "post_install": "\"ca_certificate=$(appdir cacert $global)\\current\\cacert.pem\" | out-file \"$dir\\wget.ini\" -encoding default",
 | 
						|
    "checkver": "<title>GNU Wget ([\\d.]+) for Windows",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://eternallybored.org/misc/wget/releases/wget-$version-win64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://eternallybored.org/misc/wget/releases/wget-$version-win32.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |