mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.7.0",
 | 
						|
    "description": "A general purpose syntax highlighter in pure Go",
 | 
						|
    "homepage": "https://github.com/alecthomas/chroma",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/alecthomas/chroma/releases/download/v2.7.0/chroma-2.7.0-windows-amd64.tar.gz",
 | 
						|
            "hash": "d82a0487e130f031d35b8f6453e409bbc19fcfcf1a3ae7369c09cbabdc9caf27"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/alecthomas/chroma/releases/download/v2.7.0/chroma-2.7.0-windows-386.tar.gz",
 | 
						|
            "hash": "5378762afa082f4992ada9b053cc7ce81e08807a046bab68cc8b2e84a84366b7"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "chroma.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-amd64.tar.gz"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/alecthomas/chroma/releases/download/v$version/chroma-$version-windows-386.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/chroma-$version-checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |