ScoopInstaller_Main/bucket/starship.json
2022-03-24 20:27:48 +00:00

41 lines
1.5 KiB
JSON

{
"version": "1.5.4",
"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.5.4/starship-x86_64-pc-windows-msvc.zip",
"hash": "72197646a68e55449373ad8e9fe54a40465473a9668a9292f00c33bebc0ca107"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.5.4/starship-i686-pc-windows-msvc.zip",
"hash": "2038854a11e2c1dd719b1ea4700886bd641f4c18703653c6e6223fddcb7efbc2"
}
},
"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"
}
}
}