mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.167.4",
 | 
						|
    "description": "An open-source Firebase alternative.",
 | 
						|
    "homepage": "https://supabase.com/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/supabase/cli/releases/download/v1.167.4/supabase_windows_amd64.tar.gz",
 | 
						|
            "hash": "b8cea9eeff7536940ac1df9c6bbe63348f0db130e0a47883c20875ba3d8bf296"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/supabase/cli/releases/download/v1.167.4/supabase_windows_arm64.tar.gz",
 | 
						|
            "hash": "8b150ed95d96e299453d55f67d1692b5570eb8ac9896a7d43a37a7784a9667e3"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "supabase.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/supabase/cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_amd64.tar.gz"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_arm64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/supabase_$version_checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |