mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.0.3",
 | 
						|
    "description": "Namespace & Virtual Cluster Manager for Kubernetes",
 | 
						|
    "homepage": "https://github.com/loft-sh/loft",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/loft-sh/loft/releases/download/v2.0.3/loft-windows-amd64.exe#/loft.exe",
 | 
						|
            "hash": "cf32183eb429c55e61a4c7824b01b6fad7fb60988a14889dda26d478c2156d7d"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/loft-sh/loft/releases/download/v2.0.3/loft-windows-386.exe#/loft.exe",
 | 
						|
            "hash": "a58dc0e96b1a6d8312789c531bf7809fcb535c126925d4c04ca80fe5e3c6f643"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "loft.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-amd64.exe#/loft.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/loft-sh/loft/releases/download/v$version/loft-windows-386.exe#/loft.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |