clink-flex-prompt: Update to version 0.12

This commit is contained in:
github-actions[bot] 2023-04-15 20:24:18 +00:00
parent 40ff0c40a0
commit 247a43f0ad

View File

@ -1,13 +1,13 @@
{
"version": "0.11",
"version": "0.12",
"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.11/clink-flex-prompt-0.11.zip",
"hash": "b51bdfbcdded117f6eef91c1b49a25bc6ed68d24ad17d2aa4a9a585bbe145550",
"url": "https://github.com/chrisant996/clink-flex-prompt/releases/download/v0.12/clink-flex-prompt-0.12.zip",
"hash": "be739c3a8fbf19c9d0819b81e7f202b5c72f60cf7699ec1e30187665b544d9d1",
"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 }",