From 31b3d15bc7c23e304b8732d02e4ce64f0de04ffc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:33:25 +0000 Subject: [PATCH] clink-flex-prompt: Update to version 0.14 --- bucket/clink-flex-prompt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/clink-flex-prompt.json b/bucket/clink-flex-prompt.json index 7b37346a51..3ba6503437 100644 --- a/bucket/clink-flex-prompt.json +++ b/bucket/clink-flex-prompt.json @@ -1,13 +1,13 @@ { - "version": "0.13", + "version": "0.14", "description": "Flexible customizable prompt for Clink", "homepage": "https://github.com/chrisant996/clink-flex-prompt", "license": "MIT", "suggest": { "Clink": "clink" }, - "url": "https://github.com/chrisant996/clink-flex-prompt/releases/download/v0.13/clink-flex-prompt-0.13.zip", - "hash": "9e81d4fcecdeeafed73614455f0c2036df6e87a11748c475a75fadba6af76301", + "url": "https://github.com/chrisant996/clink-flex-prompt/releases/download/v0.14/clink-flex-prompt-0.14.zip", + "hash": "f54da102e9aa373fae3510724e5a9dce142492ae4c69249d1ee1aa82202a2d11", "pre_install": [ "ensure \"$persist_dir\" | Out-Null", "if (!(Test-Path \"$persist_dir\\flexprompt_autoconfig.lua\")) { New-Item -Path \"$dir\\flexprompt_autoconfig.lua\" -Force -ErrorAction SilentlyContinue | Out-Null }",