ScoopInstaller_Main/bucket/starship.json
2023-12-28 20:22:36 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.17.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.17.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "24497a2cfd5ad61ad0df5cfd1e3800c5ccea7732dfe6d1f4b0cbfaeeb29721dc"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.17.0/starship-i686-pc-windows-msvc.zip",
"hash": "1e61baa8fb6ffd15184ba02c19efcd1857e4e366063e842df7708cb74dd832f4"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.17.0/starship-aarch64-pc-windows-msvc.zip",
"hash": "485bdaedccb0dcc49aea10db1c5574c4a4d35ef5776886f450d22febd38f2496"
}
},
"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"
}
}
}