ScoopInstaller_Main/bucket/starship.json
2024-03-21 16:27:57 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.18.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.18.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "b5ffb4cabc44aae9ac408c62f9c5372a8a3b04e3162d01a6fd780affa237f9c8"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.18.0/starship-i686-pc-windows-msvc.zip",
"hash": "6598f5b3b98d5e0a0f1f43be5a37a47a427026c914daf8820416f07298c8ef51"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.18.0/starship-aarch64-pc-windows-msvc.zip",
"hash": "4d9a4d8ba36979d5b30d44cd886ab01f5e64e6e073eddeb780f7dfc34499b356"
}
},
"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"
}
}
}