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>
		
			
				
	
	
		
			31 lines
		
	
	
		
			939 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			939 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "homepage": "http://cmder.net",
 | |
|     "description": "Portable console emulator for Windows",
 | |
|     "version": "1.3.11",
 | |
|     "license": "MIT",
 | |
|     "persist": "config",
 | |
|     "url": "https://github.com/cmderdev/cmder/releases/download/v1.3.11/cmder_mini.zip",
 | |
|     "hash": "23c938b2495ef620de816747dfb2c0d9ad7884aec1d9923dbb7a94e6c91df849",
 | |
|     "bin": "Cmder.exe",
 | |
|     "shortcuts": [
 | |
|         [
 | |
|             "Cmder.exe",
 | |
|             "Cmder"
 | |
|         ]
 | |
|     ],
 | |
|     "env_set": {
 | |
|         "CMDER_ROOT": "$dir",
 | |
|         "ConEmuDir": "$dir\\vendor\\conemu-maximus5"
 | |
|     },
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/cmderdev/cmder"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "url": "https://github.com/cmderdev/cmder/releases/download/v$version/cmder_mini.zip",
 | |
|         "hash": {
 | |
|             "url": "https://github.com/cmderdev/cmder/releases/download/v$version/hashes.txt",
 | |
|             "find": "$basename\\s+([A-Fa-f\\d]{64})"
 | |
|         }
 | |
|     }
 | |
| }
 |