mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 15:51:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.19.0",
 | 
						|
    "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.19.0/arduino-cli_0.19.0_Windows_64bit.zip",
 | 
						|
            "hash": "a5b3354f6ae1d76cb70aa28e01324f431217bd6e65600ad095b18684ca3f862b"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/arduino/arduino-cli/releases/download/0.19.0/arduino-cli_0.19.0_Windows_32bit.zip",
 | 
						|
            "hash": "3bea0d4820a9d4e0c9cee96ab3913232c87cb6a6d0d527988abb3bdfdf74d43a"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |