clink-completions: Update to version 0.6.2

This commit is contained in:
github-actions[bot] 2024-12-29 00:38:47 +00:00
parent 40e16d46f0
commit 56903dd8d8

View File

@ -1,14 +1,14 @@
{ {
"version": "0.6.1", "version": "0.6.2",
"description": "Completions for various commands through Clink", "description": "Completions for various commands through Clink",
"homepage": "https://github.com/vladimir-kotikov/clink-completions", "homepage": "https://github.com/vladimir-kotikov/clink-completions",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"Clink": "clink" "Clink": "clink"
}, },
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.6.1.zip", "url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.6.2.zip",
"hash": "58fa661cc834ed565e6e2b5971aef37377e77acbfd45e3c88dc162b6e7d3592d", "hash": "0ef7d44517423dd9b44bf3cfdaf973a2b328a5c30d1d34a48fdedc35cc25cca0",
"extract_dir": "clink-completions-0.6.1", "extract_dir": "clink-completions-0.6.2",
"installer": { "installer": {
"script": [ "script": [
"if (Get-Command clink -ErrorAction SilentlyContinue) {", "if (Get-Command clink -ErrorAction SilentlyContinue) {",