From 29bdf5914cfc3997b685775b1ce90e4f59d53b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 26 Aug 2021 22:41:49 -0700 Subject: [PATCH] starship: Update to version 0.57.0 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index 72b2490c33..bf87704144 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "0.56.0", + "version": "0.57.0", "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/v0.56.0/starship-x86_64-pc-windows-msvc.zip", - "hash": "efdc8adc3c82c6245b844fda1aa8b1205141e601b2ed74d90f770bad88fce720" + "url": "https://github.com/starship/starship/releases/download/v0.57.0/starship-x86_64-pc-windows-msvc.zip", + "hash": "8728a9057837375458d61780404b4f86a24e846df61a3a001ec5a528e28ee35a" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v0.56.0/starship-i686-pc-windows-msvc.zip", - "hash": "0433547a6de53dbb0bd461910591936107b168fcd4cba6a6683eabf8bfcc6b6b" + "url": "https://github.com/starship/starship/releases/download/v0.57.0/starship-i686-pc-windows-msvc.zip", + "hash": "e66051ea474c53025dfb345ce95fddaafc51d109ae138ab2295e68461a178d96" } }, "bin": "starship.exe",