mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	clink: Change to chrisant996/clink version (#1607)
* update clink.json to actual maintained version, see https://github.com/chrisant996/clink/issues/24 * fixes Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
		
							parent
							
								
									31a494000f
								
							
						
					
					
						commit
						729a0181c2
					
				@ -1,13 +1,13 @@
 | 
			
		||||
{
 | 
			
		||||
    "homepage": "https://mridgers.github.io/clink/",
 | 
			
		||||
    "version": "1.1.4",
 | 
			
		||||
    "description": "Powerful Bash-style command line editing for cmd.exe",
 | 
			
		||||
    "url": "https://github.com/mridgers/clink/releases/download/0.4.9/clink_0.4.9.zip",
 | 
			
		||||
    "homepage": "https://chrisant996.github.io/clink/",
 | 
			
		||||
    "license": "GPL-3.0-only",
 | 
			
		||||
    "version": "0.4.9",
 | 
			
		||||
    "hash": "57618d5fab9f0f777430fde5beceffdfb99cc81cfbd353ca58f41b7faf84eddc",
 | 
			
		||||
    "extract_dir": "clink_0.4.9",
 | 
			
		||||
    "url": "https://github.com/chrisant996/clink/releases/download/v1.1.4/clink.1.1.4.28d2fc.zip",
 | 
			
		||||
    "hash": "adb000db87ae88ac402b5420d79266a5c6a296b8e08cfb3729572e9a2de3750c",
 | 
			
		||||
    "checkver": {
 | 
			
		||||
        "github": "https://github.com/mridgers/clink/"
 | 
			
		||||
        "url": "https://github.com/chrisant996/clink/releases/latest",
 | 
			
		||||
        "re": "clink\\.(?<version>[\\d\\.]+)\\.(?<commit>[\\d\\w.]+)\\.zip"
 | 
			
		||||
    },
 | 
			
		||||
    "bin": "clink.bat",
 | 
			
		||||
    "persist": "profile",
 | 
			
		||||
@ -16,7 +16,7 @@
 | 
			
		||||
        "Run 'clink autorun install' to auto start clink"
 | 
			
		||||
    ],
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "url": "https://github.com/mridgers/clink/releases/download/$version/clink_$version.zip",
 | 
			
		||||
        "url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip",
 | 
			
		||||
        "extract_dir": "clink_$version"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user