mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "##": "Rename from zip to 7z is needed due to 'invalid archive entry' error.",
 | 
						|
    "version": "3.5.5",
 | 
						|
    "description": "A Go based command line tool for exercism.io",
 | 
						|
    "homepage": "https://exercism.org/",
 | 
						|
    "license": "MIT",
 | 
						|
    "bin": "exercism.exe",
 | 
						|
    "notes": "To configure the CLI, follow the instructions at https://exercism.io/cli-walkthrough.",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/exercism/cli/releases/download/v3.5.5/exercism-3.5.5-windows-x86_64.zip#/dl.7z",
 | 
						|
            "hash": "1919e24be8ef2f35c5939d08fa9fc6022b93e226278275ec3df8ce0b05e680fd"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/exercism/cli/releases/download/v3.5.5/exercism-3.5.5-windows-i386.zip#/dl.7z",
 | 
						|
            "hash": "60b09e6c26ebd9a545d54ae2ef5086868e00693784ef4157e9d5dbf2b8f7e9c2"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/exercism/cli"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/exercism/cli/releases/download/v$version/exercism-$version-windows-x86_64.zip#/dl.7z"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/exercism/cli/releases/download/v$version/exercism-$version-windows-i386.zip#/dl.7z"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |