From 93877b9561c1c1b0aee2735139dd17a80e885efd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 20:27:57 +0000 Subject: [PATCH] starship: Update to version 1.9.1 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index 181d603c32..5e352b1a8c 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.9.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.8.0/starship-x86_64-pc-windows-msvc.zip", - "hash": "dc037e548874f7514599c62d7b12b0de33bfc88f38e431f38218e92df007192c" + "url": "https://github.com/starship/starship/releases/download/v1.9.1/starship-x86_64-pc-windows-msvc.zip", + "hash": "5fe6a00b986c1a0771d4d248a455dcccf791e8a125ae48a4f7e4eb8b655587b1" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v1.8.0/starship-i686-pc-windows-msvc.zip", - "hash": "8bf07912db03126b541599817fd63e59b645938854b44fb480927d26d4c8f744" + "url": "https://github.com/starship/starship/releases/download/v1.9.1/starship-i686-pc-windows-msvc.zip", + "hash": "6507b62483add317cd25b44b6e12d4be5006149fbef1eaec6c208fcb28be0c5f" } }, "bin": "starship.exe",