From 3432d066133c0bff4822a3a8d7797d5780846b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 24 Mar 2021 05:46:24 +0100 Subject: [PATCH] starship: Update to version 0.51.0 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index 46780fe885..3e266719bc 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "0.50.0", + "version": "0.51.0", "description": "The minimal, blazing fast, and extremely customizable prompt for any shell!", "homepage": "https://starship.rs", "license": "ISC", @@ -12,12 +12,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-x86_64-pc-windows-msvc.zip", - "hash": "b8afde26e124c2ee5fda070295f38b8bec51bdf0f470ead083e70d7bd885893b" + "url": "https://github.com/starship/starship/releases/download/v0.51.0/starship-x86_64-pc-windows-msvc.zip", + "hash": "291595759daca1957f4ff4cece5b06d6fc92c16bb976f5c3825d6f35d678f99c" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-i686-pc-windows-msvc.zip", - "hash": "aa25759625a6d5ed1b4c05415be03439e4f0d84a6320ae49d95032b098f18675" + "url": "https://github.com/starship/starship/releases/download/v0.51.0/starship-i686-pc-windows-msvc.zip", + "hash": "cac19dae73434c4be77dce400608e08d342b521232aa233418c9e9f987b46e85" } }, "bin": "starship.exe",