mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.8.6",
 | 
						|
    "description": "du(1) - File space usage analyzer",
 | 
						|
    "homepage": "https://github.com/bootandy/dust",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/bootandy/dust/releases/download/v0.8.6/dust-v0.8.6-x86_64-pc-windows-msvc.zip",
 | 
						|
            "hash": "8eafe818ba2e2fe86ef02e9c67ccf7977d71f6614c3ca370429cd89b1bce83fc",
 | 
						|
            "extract_dir": "dust-v0.8.6-x86_64-pc-windows-msvc"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/bootandy/dust/releases/download/v0.8.6/dust-v0.8.6-i686-pc-windows-msvc.zip",
 | 
						|
            "hash": "f77f02c1dc2125bc389eb7e8fb04ea3dc511770eda4b20fad55908d45087d8f5",
 | 
						|
            "extract_dir": "dust-v0.8.6-i686-pc-windows-msvc"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "dust.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://api.github.com/repos/bootandy/dust/releases",
 | 
						|
        "regex": "dust-v([\\d.]+)-x86_64-pc-windows-msvc\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-x86_64-pc-windows-msvc.zip",
 | 
						|
                "extract_dir": "dust-v$version-x86_64-pc-windows-msvc"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/bootandy/dust/releases/download/v$version/dust-v$version-i686-pc-windows-msvc.zip",
 | 
						|
                "extract_dir": "dust-v$version-i686-pc-windows-msvc"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |