mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://aria2.github.io/",
 | 
						|
    "description": "Lightweight multi-protocol & multi-source command-line download utility",
 | 
						|
    "license": "GPL-2.0-or-later",
 | 
						|
    "version": "1.34.0-1",
 | 
						|
    "architecture": {
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0-win-32bit-build1.zip",
 | 
						|
            "hash": "736e8e54ec21bdf5d4806378107c8b515cd37509bc9dfc1e697fb900ddbe7fad",
 | 
						|
            "extract_dir": "aria2-1.34.0-win-32bit-build1"
 | 
						|
        },
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0-win-64bit-build1.zip",
 | 
						|
            "hash": "2452e15b638be11c2919a5d1c15c0405a83eb8260c0f3853e8d195774dbdde61",
 | 
						|
            "extract_dir": "aria2-1.34.0-win-64bit-build1"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "aria2c.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/aria2/aria2",
 | 
						|
        "re": "/release-(?:[\\d.]+)/aria2-(?<version>[\\d.]+)-win-64bit-build(?<build>[\\d]+).zip",
 | 
						|
        "replace": "${version}-${build}"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/aria2/aria2/releases/download/release-$matchVersion/aria2-$matchVersion-win-32bit-build$matchBuild.zip",
 | 
						|
                "extract_dir": "aria2-$matchVersion-win-32bit-build$matchBuild"
 | 
						|
            },
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/aria2/aria2/releases/download/release-$matchVersion/aria2-$matchVersion-win-64bit-build$matchBuild.zip",
 | 
						|
                "extract_dir": "aria2-$matchVersion-win-64bit-build$matchBuild"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |