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