starship: Update to version 0.43.0

This commit is contained in:
Jakub Čábera 2020-06-27 10:30:33 +02:00
parent c101b1b21c
commit be53632683

View File

@ -1,12 +1,16 @@
{ {
"version": "0.42.0", "version": "0.43.0",
"description": "The minimal, blazing fast, and extremely customizable prompt for any shell!", "description": "The minimal, blazing fast, and extremely customizable prompt for any shell!",
"homepage": "https://starship.rs", "homepage": "https://starship.rs",
"license": "ISC", "license": "ISC",
"notes": [
"Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.",
"Prerequisites: A Powerline font installed and enabled in your terminal."
],
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/starship/starship/releases/download/v0.42.0/starship-x86_64-pc-windows-msvc.zip", "url": "https://github.com/starship/starship/releases/download/v0.43.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "6a5c1c9802b9a93ab3aef6f0853f13031ee4eb0d4c20d8aaa5f019e8e4efa813" "hash": "55b8e669e5217539eb7f91457186833101bde109cbc78c6fdc5620d431c21907"
} }
}, },
"bin": "starship.exe", "bin": "starship.exe",
@ -22,9 +26,5 @@
"hash": { "hash": {
"url": "$url.sha256" "url": "$url.sha256"
} }
}, }
"notes": [
"Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.",
"Prerequisites: A Powerline font installed and enabled in your terminal."
]
} }