ScoopInstaller_Main/bucket/starship.json
2022-05-25 00:33:56 +00:00

41 lines
1.5 KiB
JSON

{
"version": "1.7.1",
"description": "The minimal, blazing fast, and extremely customizable prompt for any shell!",
"homepage": "https://starship.rs",
"license": "ISC",
"notes": [
"Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.",
"Prerequisites: A Powerline font installed and enabled in your terminal."
],
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v1.7.1/starship-x86_64-pc-windows-msvc.zip",
"hash": "b5a21b524363fba6b32039779a2a1d8c23b7d460782bddbb27323d9802377ea0"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.7.1/starship-i686-pc-windows-msvc.zip",
"hash": "b450bba6a0844cf37c628ff856ec34561242c177fa439349bcd52e5027f7b416"
}
},
"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"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-i686-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}