mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 ccc24e57b6
			
		
	
	
		ccc24e57b6
		
	
	
	
	
		
			
			Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.1.0",
 | |
|     "description": "Colorizing `cat` utility.",
 | |
|     "homepage": "https://github.com/jingweno/ccat",
 | |
|     "license": "MIT",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/jingweno/ccat/releases/download/v1.1.0/windows-amd64-1.1.0.tar.gz",
 | |
|             "hash": "45b4bff0f6988c72b876cb832af37cbf21ef6f2cf9871f9e1c1afb39c22122f9",
 | |
|             "extract_dir": "windows-amd64-1.1.0"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/jingweno/ccat/releases/download/v1.1.0/windows-386-1.1.0.tar.gz",
 | |
|             "hash": "65fb670b9dd821c9a5d547922ae1314aa449fdf0caa086163de5dd092936d534",
 | |
|             "extract_dir": "windows-386-1.1.0"
 | |
|         }
 | |
|     },
 | |
|     "bin": "ccat.exe",
 | |
|     "checkver": "github",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/jingweno/ccat/releases/download/v$version/windows-amd64-$version.tar.gz",
 | |
|                 "extract_dir": "windows-amd64-$version"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/jingweno/ccat/releases/download/v$version/windows-386-$version.tar.gz",
 | |
|                 "extract_dir": "windows-386-$version"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |