ScoopInstaller_Main/bucket/starship.json
2022-12-13 20:26:14 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.12.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.12.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "8e265de431c96f32566b384760fea25f75c567364c3e43d7355d56ae13930d47"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.12.0/starship-i686-pc-windows-msvc.zip",
"hash": "cad49eeca6f0dc7ae99752bf92916ff04f2bf28b10ea12f05d53f7f7baf402f7"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.12.0/starship-aarch64-pc-windows-msvc.zip",
"hash": "38cd85fe3c0b170eba5b67b789a03a0838805edeec74b10aed0f550d72d86eca"
}
},
"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"
}
}
}