clink-flex-prompt: Update to version 0.10

This commit is contained in:
github-actions[bot] 2022-06-19 04:31:38 +00:00
parent 1b6d04005a
commit a8a6c43e52

View File

@ -1,13 +1,13 @@
{
"version": "0.9",
"version": "0.10",
"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.9/clink-flex-prompt-0.9.zip",
"hash": "6dcfac3805c334699cc65998913ba9c711e17ee015b258ea3618cd004d90da6d",
"url": "https://github.com/chrisant996/clink-flex-prompt/releases/download/v0.10/clink-flex-prompt-0.10.zip",
"hash": "413831ac61746477a6047eeeed0310ea07fabc614678c62395817bb96b40fec5",
"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 }",