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>
		
			
				
	
	
		
			26 lines
		
	
	
		
			796 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			796 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "homepage": "https://github.com/sharkdp/bat",
 | |
|     "description": "A cat(1) clone with syntax highlighting and Git integration",
 | |
|     "license": "Apache-2.0",
 | |
|     "version": "0.10.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/sharkdp/bat/releases/download/v0.10.0/bat-v0.10.0-x86_64-pc-windows-msvc.zip",
 | |
|             "hash": "84e6b1408d62811ccddce2361915f0f3bf98b196bfa03498e6c9909da37643fb"
 | |
|         }
 | |
|     },
 | |
|     "bin": "bat.exe",
 | |
|     "suggest": {
 | |
|         "less": "less",
 | |
|         "ccat": "ccat"
 | |
|     },
 | |
|     "checkver": "github",
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 |