From ba96a7998e815bd2101342d6b11c3628c8a77895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 04:38:52 +0000 Subject: [PATCH] starship: Update to version 1.10.2 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index 142a39a5a3..4f4e63e574 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "1.10.1", + "version": "1.10.2", "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.10.1/starship-x86_64-pc-windows-msvc.zip", - "hash": "9f706741078f6f26ce96f360b474aeef4a7922e945465b8013ab0a166c49ee4b" + "url": "https://github.com/starship/starship/releases/download/v1.10.2/starship-x86_64-pc-windows-msvc.zip", + "hash": "968b14dc0bfd745acb5b716247b126cc2733799e5cb8648397c1b4329dd46cdd" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v1.10.1/starship-i686-pc-windows-msvc.zip", - "hash": "bacdcff37491f2187ffab437af5e055d8f5efb3349bc59b78dbaf56d8e42bc33" + "url": "https://github.com/starship/starship/releases/download/v1.10.2/starship-i686-pc-windows-msvc.zip", + "hash": "c68e8b2e52af4cb0914bd378d12a3c50706eeee72027a9acc6966af3ae647256" } }, "bin": "starship.exe",