From 30290bdf3996608b8307498ee03bd8be064b028b Mon Sep 17 00:00:00 2001 From: Kamen Minkov Date: Wed, 15 Dec 2021 21:52:25 +0200 Subject: [PATCH] clink: Update to version 1.3.0 (#3099) * clink: Update to version 1.3.0 * Update clink.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/clink.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/clink.json b/bucket/clink.json index dc3830badf..236ab96a4e 100644 --- a/bucket/clink.json +++ b/bucket/clink.json @@ -1,5 +1,5 @@ { - "version": "1.2.50", + "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", @@ -7,15 +7,15 @@ "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.2.50/clink.1.2.50.f9e6ce.zip", - "hash": "5992bc390f0f61b8f4901589347ce1f353e73c847fa6012fa8f65422d89c5800", + "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": "clink\\.([\\d.]+)\\.(?[\\w.]+)\\.zip" + "regex": "/v(?[\\d.]+)/clink\\.([\\d.]+)\\.(?[\\w.]+)\\.zip" }, "autoupdate": { - "url": "https://github.com/chrisant996/clink/releases/download/v$version/clink.$version.$matchCommit.zip" + "url": "https://github.com/chrisant996/clink/releases/download/v$matchTag/clink.$version.$matchCommit.zip" } }