From 5f3c97059da813769b7e4ba590369ba6b1b03eeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 20:28:20 +0000 Subject: [PATCH] starship: Update to version 1.6.3 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index ba0041ff0b..d83b75b2c0 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "1.6.2", + "version": "1.6.3", "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/v1.6.2/starship-x86_64-pc-windows-msvc.zip", - "hash": "78d227ef1994bdf7d136e12a8858f6fd9107770f9e32055019d10226ea0665d8" + "url": "https://github.com/starship/starship/releases/download/v1.6.3/starship-x86_64-pc-windows-msvc.zip", + "hash": "1b7c20ecb7c2d320b78fb5059b9e2ce5f04dd320011ec9c56abf1dfffaecf996" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v1.6.2/starship-i686-pc-windows-msvc.zip", - "hash": "775da35156e8bc3eef748a7836e577bfb69d1808952e8b1c032c7bedbb007293" + "url": "https://github.com/starship/starship/releases/download/v1.6.3/starship-i686-pc-windows-msvc.zip", + "hash": "abb5dbfa3d1af9b167ef3d8ed3be884f4ecf0ae73ccb836f87d49286857472ab" } }, "bin": "starship.exe",