mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.35.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/v0.35.1/arduino-cli_0.35.1_Windows_64bit.zip",
 | 
						|
            "hash": "6e208c06053bcb44e547f426f9ee092488fa25d2fbf4e4ff3461fdbb01749bca"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/arduino/arduino-cli/releases/download/v0.35.1/arduino-cli_0.35.1_Windows_32bit.zip",
 | 
						|
            "hash": "1bb23e2297f13edef82af26c838f64719ec1edd4dc548717236aa3fcfde5728c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "arduino-cli.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/arduino/arduino-cli/releases/download/v$version/arduino-cli_$version_Windows_64bit.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/arduino/arduino-cli/releases/download/v$version/arduino-cli_$version_Windows_32bit.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/$version-checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |