ScoopInstaller_Main/bucket/starship.json
2024-10-17 20:28:02 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.21.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/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v1.21.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "dc41b71a805e3a44264a6aa0e20ff10707306049737384deabd43214bca17fd8"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.21.0/starship-i686-pc-windows-msvc.zip",
"hash": "4cad5d688eda5ec0438334b6f669538d81b2f0929e942a99e6ac51b477cd55f3"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.21.0/starship-aarch64-pc-windows-msvc.zip",
"hash": "73f0be0b91697e685713c6b317859b3a665b1830e12780cea75456c8040a6252"
}
},
"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"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}