ScoopInstaller_Main/bucket/starship.json
2021-02-07 16:05:30 +08:00

41 lines
1.5 KiB
JSON

{
"version": "0.50.0",
"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/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "b8afde26e124c2ee5fda070295f38b8bec51bdf0f470ead083e70d7bd885893b"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-i686-pc-windows-msvc.zip",
"hash": "aa25759625a6d5ed1b4c05415be03439e4f0d84a6320ae49d95032b098f18675"
}
},
"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"
}
}
}