mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.8.0",
 | 
						|
    "description": "A command line tool to download album covers without manual intervention.",
 | 
						|
    "homepage": "https://github.com/desbma/sacad",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/desbma/sacad/releases/download/2.8.0/sacad_win64.7z",
 | 
						|
            "hash": "64e8ba4c06b09961c6f5e2c4248eb6ea1cb622ad38fece5391afabba64faa7dd",
 | 
						|
            "extract_dir": "sacad-win64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/desbma/sacad/releases/download/2.8.0/sacad_win32.7z",
 | 
						|
            "hash": "3e4665daaede414141b9f5bec5a3617893e039e554115256a27f99b64da71898",
 | 
						|
            "extract_dir": "sacad-win32"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "sacad.exe",
 | 
						|
        "sacad_r.exe"
 | 
						|
    ],
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/desbma/sacad/releases/download/$version/sacad_win64.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/desbma/sacad/releases/download/$version/sacad_win32.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |