From 921e659bec0cb69094742369a5d0fab4f9f77ac8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 20:27:56 +0000 Subject: [PATCH] starship: Update to version 1.10.1 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index f389ec0dc5..142a39a5a3 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "1.10.0", + "version": "1.10.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.10.0/starship-x86_64-pc-windows-msvc.zip", - "hash": "32133add098e74c8ca7ae18fbeba8b18db49bb90dfebb2b2334a1ea20f39c804" + "url": "https://github.com/starship/starship/releases/download/v1.10.1/starship-x86_64-pc-windows-msvc.zip", + "hash": "9f706741078f6f26ce96f360b474aeef4a7922e945465b8013ab0a166c49ee4b" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v1.10.0/starship-i686-pc-windows-msvc.zip", - "hash": "a64372d88a76cbf8b43f68c10526ac3f77d0632b1238dd5b36164ee3e553e4ae" + "url": "https://github.com/starship/starship/releases/download/v1.10.1/starship-i686-pc-windows-msvc.zip", + "hash": "bacdcff37491f2187ffab437af5e055d8f5efb3349bc59b78dbaf56d8e42bc33" } }, "bin": "starship.exe",