From 18cf5ab29d73fe851df4a4cdc8bc71c99b338854 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Sun, 7 Feb 2021 09:05:30 +0100 Subject: [PATCH] starship: add 32bit version (#1790) --- bucket/starship.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bucket/starship.json b/bucket/starship.json index 2de7ba4e94..46780fe885 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -14,6 +14,10 @@ "64bit": { "url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-x86_64-pc-windows-msvc.zip", "hash": "b8afde26e124c2ee5fda070295f38b8bec51bdf0f470ead083e70d7bd885893b" + }, + "32bit": { + "url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-i686-pc-windows-msvc.zip", + "hash": "aa25759625a6d5ed1b4c05415be03439e4f0d84a6320ae49d95032b098f18675" } }, "bin": "starship.exe", @@ -24,6 +28,9 @@ "architecture": { "64bit": { "url": "https://github.com/starship/starship/releases/download/v$version/starship-x86_64-pc-windows-msvc.zip" + }, + "32bit": { + "url": "https://github.com/starship/starship/releases/download/v$version/starship-i686-pc-windows-msvc.zip" } }, "hash": {