mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* clink: Update to version 1.3.0 * Update clink.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			867 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			867 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.3.0",
 | 
						|
    "description": "Powerful Bash-style command line editing for cmd.exe",
 | 
						|
    "homepage": "https://chrisant996.github.io/clink/",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "notes": [
 | 
						|
        "Run 'clink inject' to start clink on the current cmd",
 | 
						|
        "Run 'clink autorun install' to auto start clink"
 | 
						|
    ],
 | 
						|
    "url": "https://github.com/chrisant996/clink/releases/download/v1.3/clink.1.3.0.f070e4.zip",
 | 
						|
    "hash": "73e28e9827a4c139610274ae9b4bc6585a2135144f082c5e80bc080faf84895e",
 | 
						|
    "bin": "clink.bat",
 | 
						|
    "persist": "profile",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/chrisant996/clink",
 | 
						|
        "regex": "/v(?<tag>[\\d.]+)/clink\\.([\\d.]+)\\.(?<commit>[\\w.]+)\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/chrisant996/clink/releases/download/v$matchTag/clink.$version.$matchCommit.zip"
 | 
						|
    }
 | 
						|
}
 |