From 471a48767f19e2362fe681aed1dc6063cbb0c14c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:28:01 +0000 Subject: [PATCH] clink-flex-prompt: Update to version 0.17 --- 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 4a24aee01a..ae9ad247e4 100644 --- a/bucket/clink-flex-prompt.json +++ b/bucket/clink-flex-prompt.json @@ -1,13 +1,13 @@ { - "version": "0.16", + "version": "0.17", "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.16/clink-flex-prompt-0.16.zip", - "hash": "dfab44201a958f3434f68fbf7e214848d83cee0d190ca82472df9485ac4c5cea", + "url": "https://github.com/chrisant996/clink-flex-prompt/releases/download/v0.17/clink-flex-prompt-0.17.zip", + "hash": "5e1925d718db0d9e9c534d633ec5d8fc4f87491caf8420326e1e5761c98f1340", "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 }",