ScoopInstaller_Main/bucket/starship.json
2021-04-23 04:55:54 +02:00

41 lines
1.5 KiB
JSON

{
"version": "0.52.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/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v0.52.1/starship-x86_64-pc-windows-msvc.zip",
"hash": "61b42352681cb3bc63136e58720543280ee4754b7d8040f93499a9ef0581d2cf"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v0.52.1/starship-i686-pc-windows-msvc.zip",
"hash": "1d69a743c584f3bcfb9cd77987574a60d3d7fdeb6a4136f303e33f47ee77856a"
}
},
"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"
}
}
}