ScoopInstaller_Main/bucket/starship.json
2024-01-02 20:24:36 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.17.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/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v1.17.1/starship-x86_64-pc-windows-msvc.zip",
"hash": "c3bd0a79fc219183c84cde63c9d6a456d4df6ca5a1a5517555f3715c1a215fc7"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.17.1/starship-i686-pc-windows-msvc.zip",
"hash": "f53edc0ffe8341fd015dd282a6338dc21e159d5ecc2a6f9fc7bd4b060b314ae2"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.17.1/starship-aarch64-pc-windows-msvc.zip",
"hash": "1f81d19dce229c86f2f9d49440ed2ea03baf2fb3a9ac0090caf817269e28f62d"
}
},
"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"
}
}
}