From 20fb94198ded3e2b1b2127a5140c117307e96b2d Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Thu, 11 Nov 2021 17:54:33 +0200 Subject: [PATCH] starship: Update to v1.0.0 (#2937) --- bucket/starship.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/starship.json b/bucket/starship.json index 1b2a685e9d..685574c520 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -1,5 +1,5 @@ { - "version": "0.58.0", + "version": "1.0.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.58.0/starship-x86_64-pc-windows-msvc.zip", - "hash": "ccf64aeddae75bddbb362aa0c4ec7022238e7a6ed6dceac4fe48ec19570bc32c" + "url": "https://github.com/starship/starship/releases/download/v1.0.0/starship-x86_64-pc-windows-msvc.zip", + "hash": "b03abc8209e48c72472e62fa3f4301dd31161260f1e0462521787f9cab5cd1f0" }, "32bit": { - "url": "https://github.com/starship/starship/releases/download/v0.58.0/starship-i686-pc-windows-msvc.zip", - "hash": "86c6a55a49da883b0d17f7275738f71e737066acb21efec0caf9d2c9826736b9" + "url": "https://github.com/starship/starship/releases/download/v1.0.0/starship-i686-pc-windows-msvc.zip", + "hash": "f9489104c0ccbfd015dd49fffec92efa70b5371437a16a028b2e92ec25629f2e" } }, "bin": "starship.exe",