ScoopInstaller_Main/bucket/starship.json
2025-12-30 20:29:33 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.24.2",
"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.24.2/starship-x86_64-pc-windows-msvc.zip",
"hash": "d38424c595320e9639a276666347d5e44cb004de3972f40b9a5a1a6b88537f29"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.24.2/starship-i686-pc-windows-msvc.zip",
"hash": "939eefc9de71624c7986ebfbb0d81621532ef18091c4d981a563e2bced9fe7b2"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.24.2/starship-aarch64-pc-windows-msvc.zip",
"hash": "b04e006742a6d116d00b231d09dd6c5f7cf949a718512a72f201e3b0c0ce30d6"
}
},
"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"
}
}
}