diff --git a/bucket/clink.json b/bucket/clink.json index 491f94d90e..e3b66cea9d 100644 --- a/bucket/clink.json +++ b/bucket/clink.json @@ -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\\.(?[\\d\\.]+)\\.(?[\\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" } }