mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.50.0",
 | 
						|
    "description": "Command-line interface for Hetzner Cloud",
 | 
						|
    "homepage": "https://github.com/hetznercloud/cli",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/hetznercloud/cli/releases/download/v1.50.0/hcloud-windows-amd64.zip",
 | 
						|
            "hash": "45e46e681809c9de3a187a433d7d43fc85e903174f0d26d5e27f03f30b43c3ec"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/hetznercloud/cli/releases/download/v1.50.0/hcloud-windows-386.zip",
 | 
						|
            "hash": "630cb85b356103b585581e01e484f9e8bd90b2f812088c1be8b8854927a5fab4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "hcloud.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/hetznercloud/cli/releases/download/v$version/hcloud-windows-386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |