From be5363268394d12d3fc4042fac14411c941e6005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 27 Jun 2020 10:30:33 +0200 Subject: [PATCH] starship: Update to version 0.43.0 --- bucket/starship.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index 48fbb36652..d6c2befe45 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,12 +1,16 @@ { - "version": "0.42.0", + "version": "0.43.0", "description": "The minimal, blazing fast, and extremely customizable prompt for any shell!", "homepage": "https://starship.rs", "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": { "64bit": { - "url": "https://github.com/starship/starship/releases/download/v0.42.0/starship-x86_64-pc-windows-msvc.zip", - "hash": "6a5c1c9802b9a93ab3aef6f0853f13031ee4eb0d4c20d8aaa5f019e8e4efa813" + "url": "https://github.com/starship/starship/releases/download/v0.43.0/starship-x86_64-pc-windows-msvc.zip", + "hash": "55b8e669e5217539eb7f91457186833101bde109cbc78c6fdc5620d431c21907" } }, "bin": "starship.exe", @@ -22,9 +26,5 @@ "hash": { "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." - ] + } }