mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.16.1",
 | 
						|
    "description": "Arduino command line interface",
 | 
						|
    "homepage": "https://github.com/arduino/arduino-cli",
 | 
						|
    "license": "GPL-3.0-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/arduino/arduino-cli/releases/download/0.16.1/arduino-cli_0.16.1_Windows_64bit.zip",
 | 
						|
            "hash": "8aeec7607a7cf6357ef9764ee80db263ed2a1307d6180325cdcf2650c195ec95"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/arduino/arduino-cli/releases/download/0.16.1/arduino-cli_0.16.1_Windows_32bit.zip",
 | 
						|
            "hash": "526cb4bbfa8653fa3659d7fb17241ed430dba6ffb38ef006d005f159bada61d4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "arduino-cli.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/arduino/arduino-cli/releases/download/$version/arduino-cli_$version_Windows_64bit.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/arduino/arduino-cli/releases/download/$version/arduino-cli_$version_Windows_32bit.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |