mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "r1951",
 | 
						|
    "description": "vgmstream command line interface",
 | 
						|
    "homepage": "https://github.com/vgmstream/vgmstream",
 | 
						|
    "license": {
 | 
						|
        "identifier": "VGMStream Team",
 | 
						|
        "url": "https://raw.githubusercontent.com/vgmstream/vgmstream/master/COPYING"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/vgmstream/vgmstream/releases/download/r1951/vgmstream-win64.zip",
 | 
						|
            "hash": "36257aacdc9fd839a00ed87a00dbd08ce0fa3edafb90a4886270328cbae1129a"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/vgmstream/vgmstream/releases/download/r1951/vgmstream-win.zip",
 | 
						|
            "hash": "d653fd9ecf2b39f726807a3fac6fc8a03b90c244e11c7fb557c9bf0bd5fe6d5d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "vgmstream-cli.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repositories/5591410/releases/latest",
 | 
						|
        "jsonpath": "$..browser_download_url",
 | 
						|
        "regex": "download/(r\\d+)/vgmstream-win"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/vgmstream/vgmstream/releases/download/$version/vgmstream-win64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/vgmstream/vgmstream/releases/download/$version/vgmstream-win.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |