From 16b14986d4608b2940ee2b92655ce5c20aa1da78 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 14 Nov 2019 03:02:22 +0900 Subject: [PATCH] starship: Add version 0.26.4 (#566) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera Co-Authored-By: Richard Kuhnt Co-Authored-By: linsui <36977733+linsui@users.noreply.github.com> --- bucket/starship.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/starship.json diff --git a/bucket/starship.json b/bucket/starship.json new file mode 100644 index 0000000000..5d5db9747c --- /dev/null +++ b/bucket/starship.json @@ -0,0 +1,23 @@ +{ + "version": "0.26.4", + "description": "The minimal, blazing fast, and extremely customizable prompt for any shell!", + "homepage": "https://starship.rs", + "license": "ISC", + "architecture": { + "64bit": { + "url": "https://github.com/starship/starship/releases/download/v0.26.4/starship-x86_64-pc-windows-msvc.zip", + "hash": "6273bdf966ebca8850ea4180930f607c2ae64894e8c7d91510ff91151945f5b4" + } + }, + "bin": "starship.exe", + "checkver": { + "github": "https://github.com/starship/starship" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/starship/starship/releases/download/v$version/starship-x86_64-pc-windows-msvc.zip" + } + } + } +}