From a2c2cdb89d037c9f810e2e8ee6ac3a6bf420d443 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:30:27 +0000 Subject: [PATCH] clink-completions: Update to version 0.5.1 --- bucket/clink-completions.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/clink-completions.json b/bucket/clink-completions.json index c4bc5c683a..22b7c544be 100644 --- a/bucket/clink-completions.json +++ b/bucket/clink-completions.json @@ -1,14 +1,14 @@ { - "version": "0.5.0", + "version": "0.5.1", "description": "Completions for various commands through Clink", "homepage": "https://github.com/vladimir-kotikov/clink-completions", "license": "MIT", "suggest": { "Clink": "clink" }, - "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.5.0.zip", - "hash": "1ee1ecd3c112578d3514ee12e94fd7f6e90f4afca132ee266e33e4651abed28b", - "extract_dir": "clink-completions-0.5.0", + "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.5.1.zip", + "hash": "e9eaf53a7ef5fad7deb9578a260145de807ad7caee293bd8051c96f930b2bf3d", + "extract_dir": "clink-completions-0.5.1", "installer": { "script": [ "if (Get-Command clink -ErrorAction SilentlyContinue) {",