mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.13.0",
 | 
						|
    "description": "A fast, simple and clean video downloader built with Go.",
 | 
						|
    "homepage": "https://github.com/iawia002/lux",
 | 
						|
    "license": "MIT",
 | 
						|
    "depends": "ffmpeg",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/iawia002/lux/releases/download/v0.13.0/lux_0.13.0_Windows_64-bit.zip",
 | 
						|
            "hash": "2a2f5c504583057665b77b617b75b1aa2df092755976d3a5f3c800bc254662eb"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/iawia002/lux/releases/download/v0.13.0/lux_0.13.0_Windows_32-bit.zip",
 | 
						|
            "hash": "e5b1bc4a4fc3cb14e0767bff7b3b7a9f64e3192cd5e42198ac03be1a3a533fa0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "lux.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_64-bit.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/iawia002/lux/releases/download/v$version/lux_$version_Windows_32-bit.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/lux_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |