From e0181213e97c5dbb01d17d544cf4809485cce948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 00:32:57 +0000 Subject: [PATCH] starship: Update to version 1.4.1 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index be3fa1b2b9..18b5659cb4 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "1.4.0", + "version": "1.4.1", "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.4.0/starship-x86_64-pc-windows-msvc.zip", - "hash": "05b7f730c42b36735755e0c83fbb4a282157c9cc6ff9f7a319b2f743d710353a" + "url": "https://github.com/starship/starship/releases/download/v1.4.1/starship-x86_64-pc-windows-msvc.zip", + "hash": "cc7170791c8dbc312446a140cd623e2b760986dfb32cb30a5c3c8f4a79c6fecf" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v1.4.0/starship-i686-pc-windows-msvc.zip", - "hash": "208fecb6c7df6e749353ec25326b6f6db72f8cc3657f7eae4fc64f42f9366e64" + "url": "https://github.com/starship/starship/releases/download/v1.4.1/starship-i686-pc-windows-msvc.zip", + "hash": "377343330ca890061a897881097f0fbb334b16bd75722a4d551d0f927a1da6c4" } }, "bin": "starship.exe",