starship: Add version 0.26.4 (#566)

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
Co-Authored-By: Richard Kuhnt <r15ch13+git@gmail.com>
Co-Authored-By: linsui <36977733+linsui@users.noreply.github.com>
This commit is contained in:
Matan Kushner 2019-11-14 03:02:22 +09:00 committed by Richard Kuhnt
parent 10254ac307
commit 16b14986d4

23
bucket/starship.json Normal file
View File

@ -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"
}
}
}
}