From 9d8f2a261b8b629383011c2d8a2dc295b6d186cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 1 May 2021 21:20:22 +0200 Subject: [PATCH] starship: Update to version 0.53.0 --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index eff7af258d..8a565b7aff 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "0.52.1", + "version": "0.53.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.52.1/starship-x86_64-pc-windows-msvc.zip", - "hash": "61b42352681cb3bc63136e58720543280ee4754b7d8040f93499a9ef0581d2cf" + "url": "https://github.com/starship/starship/releases/download/v0.53.0/starship-x86_64-pc-windows-msvc.zip", + "hash": "538973c3f3d61f935b2533a30617e39022e36528b860ec3b36c84fe78c0a8c05" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v0.52.1/starship-i686-pc-windows-msvc.zip", - "hash": "1d69a743c584f3bcfb9cd77987574a60d3d7fdeb6a4136f303e33f47ee77856a" + "url": "https://github.com/starship/starship/releases/download/v0.53.0/starship-i686-pc-windows-msvc.zip", + "hash": "9646a0255636e01ffacececb28f06e5ac664da2b6b43909930bd820a7a94bdc9" } }, "bin": "starship.exe",