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.20.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.20.0/chroma-2.20.0-windows-amd64.tar.gz",
 | 
						|
            "hash": "fcdee97e0be61631736e66b18da1b7b0809ef4961cc2bef54b6d06f7a1af4591"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/alecthomas/chroma/releases/download/v2.20.0/chroma-2.20.0-windows-386.tar.gz",
 | 
						|
            "hash": "82f3b5ec53012c2ede394883a745f9e5e516ec6a6ada7aac84ba2e4dfdb2818c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |